瀏覽代碼

*** empty log message ***

François Pinard 30 年之前
父節點
當前提交
a2d65fbafe
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/Makefile.in

+ 3 - 0
src/Makefile.in

@@ -140,6 +140,9 @@ $(OBJS): tar.h pathmax.h port.h testpad.h
 regex.o buffer.o tar.o: regex.h
 regex.o buffer.o tar.o: regex.h
 tar.o fnmatch.o: fnmatch.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.
 # getdate.y has 8 shift/reduce conflicts.
 
 
 testpad.h: testpad
 testpad.h: testpad