]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:39:57 +0000 (02:39 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:39:57 +0000 (02:39 +0000)
src/Makefile.in

index 930bf19218e3b32fa891ae788639428627c0fda0..7a81f5d1267f347fb26bedbae99c5c917b9972d0 100644 (file)
@@ -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
This page took 0.021234 seconds and 4 git commands to generate.