From: François Pinard Date: Wed, 16 Nov 1994 02:39:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a2d65fbafe98b25777acb4dd3c25241c7b0ac27d;p=chaz%2Ftar *** empty log message *** --- diff --git a/src/Makefile.in b/src/Makefile.in index 930bf19..7a81f5d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -140,6 +140,9 @@ $(OBJS): tar.h pathmax.h port.h testpad.h regex.o buffer.o tar.o: regex.h tar.o fnmatch.o: fnmatch.h +getdate.c: getdate.y + yacc getdate.y + mv y.tab.c getdate.c # getdate.y has 8 shift/reduce conflicts. testpad.h: testpad