Remove space between -o and output filename so it works on older versions
[mmh] / sbr / Makefile.in
index 84b003f..1e5be90 100644 (file)
@@ -65,7 +65,8 @@ SRCS = add.c addrsbr.c ambigsw.c atooi.c brkstring.c                  \
        fmt_scan.c lock_file.c m_atoi.c m_backup.c                      \
        m_convert.c m_draft.c m_getfld.c m_gmprot.c                     \
        m_maildir.c m_name.c m_scratch.c m_tmpfil.c                     \
-       makedir.c mts.c path.c peekc.c pidwait.c pidstatus.c            \
+       makedir.c mts.c norm_charmap.c                                  \
+       path.c peekc.c pidwait.c pidstatus.c                            \
        print_help.c print_sw.c print_version.c push.c                  \
        putenv.c pwd.c refile.c remdir.c r1bindex.c                     \
        readconfig.c ruserpass.c seq_add.c seq_bits.c                   \
@@ -98,8 +99,10 @@ sigmsg.h: sigmsg.awk
 lint: sigmsg.h
        $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
 
+# Note that some lexes (for example flex 2.5.4) require that there
+# be no space between -o and the output filename.
 dtimep.c: dtimep.lex
-       $(LEX) -nt $< > $@
+       $(LEX) -o$@ $<
 
 client.o: client.c
        $(COMPILE2) $<