From: François Pinard Date: Wed, 16 Nov 1994 02:40:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=49da7ed745ada19bf00548f9cc5c3f3d3a6b8fd1;p=chaz%2Ftar *** empty log message *** --- diff --git a/src/Makefile.in b/src/Makefile.in index ce5cb2b..f23dcb2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -97,7 +97,7 @@ SHELL = /bin/sh SRC1 = tar.c create.c extract.c buffer.c getoldopt.c update.c gnu.c mangle.c SRC2 = version.c list.c names.c diffarch.c port.c fnmatch.c getopt.c malloc.c -SRC3 = getopt1.c regex.c getdate.y alloca.c +SRC3 = getopt1.c regex.c getdate.y getdate.c alloca.c SRCS = $(SRC1) $(SRC2) $(SRC3) OBJ1 = tar.o create.o extract.o buffer.o getoldopt.o update.o gnu.o mangle.o OBJ2 = version.o list.o names.o diffarch.o port.o fnmatch.o getopt.o @MALLOC@