diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-17 22:43:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-17 22:43:10 +0000 |
commit | 214c19a8b32d2ed5dd3b0b57eea84c709720c753 (patch) | |
tree | 9ed7bb495b774417c7f9738e208e532a7969004d /lib | |
parent | 1958250cc66bf2ec89193bff8b27b73ce5765fc7 (diff) | |
download | coreutils-214c19a8b32d2ed5dd3b0b57eea84c709720c753.tar.xz |
merge with 3.8.4g
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 8728ebdba..d80dee4f4 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -109,7 +109,7 @@ rename.o: rename.c $(CC) -c $(CPPFLAGS) -DMVDIR="\"$(libdir)/mvdir\"" $(DEFS) \ -I.. -I$(srcdir) $(CFLAGS) $(srcdir)/rename.c -$(OBJECTS): $(srcdir)/../config.h +$(OBJECTS): ../config.h backupfile.o getversion.o: backupfile.h fnmatch.o: fnmatch.h |