From a2d65fbafe98b25777acb4dd3c25241c7b0ac27d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:39:57 +0000 Subject: [PATCH] *** empty log message *** --- src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2