X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=Makefile.in;h=1d21aa63c614502434ec17cc3ece25bcd3d6176c;hp=51973746df5c1ea4f3fac3f79fc976433ecad078;hb=e719d95f34240a6fc3ed0c028ffa89323e8d8fb3;hpb=37911e2d36c662a79fb2fe9a9e675257630e2899 diff --git a/Makefile.in b/Makefile.in index 5197374..1d21aa6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ SOURCES= Makefile.in configure.in acconfig.h \ ALSOSHIP= system.default system.override \ spec.sgml overview.fig overview.ps \ COPYING buildship install-sh .cvsignore -GENSHIP= lexer.l lexer.c tokens.h pcsum.h configure config.h.in \ +GENSHIP= lexer.l lexer.c tokens.h configure config.h.in \ spec.html spec.ps overview.ps SHIPTARGETS= $(SOURCES) $(ALSOSHIP) $(GENSHIP) @@ -64,7 +64,7 @@ daemon: daemon.o parserlexer.o ddebug.o lib.o lexer.l: language.i4 -client.o: config.h common.h pcsum.h +client.o: config.h common.h pcsum.h version.h daemon.o: config.h common.h pcsum.h daemon.h lib.h tokens.h @@ -76,9 +76,10 @@ parserlexer.o: lexer.c parser.c config.h common.h pcsum.h daemon.h lib.h tokens. # lexer.c #include's parser.c at the end. Blame flex. $(CC) -c $(CPPFLAGS) $(CFLAGS) lexer.c -o $@ -pcsum.h: common.h - md5sum common.h | perl -pe 's/../0x$$&,/g; s/,$$//;' \ - >pcsum.h.new && mv pcsum.h.new pcsum.h +pcsum.h: common.h version.h config.h config.status Makefile + cat $^ | md5sum | sed -e 's/../0x&,/g; s/,$$//;' >pcsum.h.new + cmp pcsum.h.new pcsum.h || mv -f pcsum.h.new pcsum.h + @rm -f pcsum.h.new tokens.h: language.i4 @@ -104,8 +105,9 @@ shipprep: $(SHIPTARGETS) ship: $(SHIPTARGETS) rm -rf shipcheck mkdir -p shipcheck/userv-$(VERSION) - cp -av $^ shipcheck/userv-$(VERSION) - GZIP=-9v tar zvvcCf shipcheck userv-$(VERSION).tar.gz userv-$(VERSION) + cp -a $^ shipcheck/userv-$(VERSION) + cd shipcheck && \ + GZIP=-9v tar zvvcf userv-$(VERSION).tar.gz userv-$(VERSION) rm -rf shipcheck/userv-$(VERSION) linecount: $(SOURCES)