diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-08 00:56:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-08 00:56:50 +0000 |
commit | d72ab4ffe7c6c2fd83c6728a51d904be1ec47b5b (patch) | |
tree | 3e9191694e7e04b08df1431a896c1c3d6b52c75d /lib | |
parent | d734172c73f2bf1e850e896a615f7d6f1dbf4445 (diff) | |
download | coreutils-d72ab4ffe7c6c2fd83c6728a51d904be1ec47b5b.tar.xz |
.
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 3965926f1..c9d9450b2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -46,7 +46,7 @@ modechange.o safe-read.o safe-stat.o safe-lstat.o savedir.o \ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \ @LIBOBJS@ @ALLOCA@ -DISTFILES = Makefile.in backupfile.h getopt.h modechange.h \ +DISTFILES = Makefile.in backupfile.h getopt.h long-options.h modechange.h \ fnmatch.h fsusage.h mountlist.h pathmax.h safe-xstat.cin safe-xstat.hin \ getdate.c posixtm.c $(SOURCES) |