X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=142c72123e902c1a7fb021e61267fe8dd8cd1b6a;hb=35c228531bc8e00d43be590255df9408a4fcbe19;hp=317a1778af19a934b8a8c03c54fd4622f9ba9a1f;hpb=adc954633908e3fc97dfa94c08f964e1bbb94086;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 317a177..142c721 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -99,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) $< @@ -129,7 +131,7 @@ mostlyclean: rm -f *.o *~ clean: mostlyclean - rm -f libmh.a sigmsg.h + rm -f libmh.a sigmsg.h dtimep.c distclean: clean rm -f Makefile @@ -143,7 +145,7 @@ superclean: realclean subdir = sbr Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) nmhdist: $(DIST)