X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0dcc45fd5273ba3df3bcbb2e0c32b26777d665ce..56539e8eafef3e955be9d08254d61b139faf34f1:/sbr/Makefile.in?ds=sidebyside diff --git a/sbr/Makefile.in b/sbr/Makefile.in index b4543b35..142c7212 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) -o $@ $< + $(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)