diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-28 16:18:14 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-28 16:18:14 +0100 |
commit | e36194e3469db368952068bb1b7651c816fb47c3 (patch) | |
tree | 0f728d72056fc3a56ec103393fc4871a272b5aa2 /Makefile.in | |
parent | d9861a6cd9a53c01a6f928644b7a10288df86e2e (diff) | |
download | patch-e36194e3469db368952068bb1b7651c816fb47c3.tar.gz |
No longer remember file timestamps
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index ac6c243..931d61b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,7 +88,7 @@ HDRS = argmatch.h backupfile.h common.h dirname.h \ unlocked-io.h util.h version.h xalloc.h MISC = AUTHORS COPYING ChangeLog INSTALL Makefile.in NEWS README VERSION \ aclocal.m4 config.hin configure configure.ac install-sh \ - mkinstalldirs patch.man stdbool_.h tests/test-lib.sh timespec.h \ + mkinstalldirs patch.man stdbool_.h tests/test-lib.sh \ update-version.sh TESTS = tests/corrupt-reject-files tests/crlf-handling \ tests/global-reject-files tests/need-filename \ @@ -177,7 +177,6 @@ M4FILES = \ $(M4DIR)/st_mtim.m4 \ $(M4DIR)/stdbool.m4 \ $(M4DIR)/strcase.m4 \ - $(M4DIR)/timespec.m4 \ $(M4DIR)/unlocked-io.m4 \ $(M4DIR)/utimbuf.m4 \ $(M4DIR)/xalloc.m4 @@ -245,7 +244,7 @@ quotearg.$(OBJEXT): gettext.h quotearg.h xalloc.h quotesys.$(OBJEXT): quotesys.h strncasecmp.$(OBJEXT): strcasecmp.c util.$(OBJEXT): backupfile.h $(COMMON) dirname.h hash.h maketime.h \ - partime.h quotearg.h quotesys.h timespec.h util.h version.h xalloc.h + partime.h quotearg.h quotesys.h util.h version.h xalloc.h version.$(OBJEXT): $(COMMON) version.h xmalloc.$(OBJEXT): error.h exitfail.h gettext.h xalloc.h |