diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 23:05:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 23:05:47 +0000 |
commit | 61619a55a565cb192b58bd119d88960277bdf5ce (patch) | |
tree | 6b131d1920f7bf18782c815b1d48583f092b076d | |
parent | b0c285c9da06015a2c3bbc286b16f7f1a658140f (diff) | |
download | coreutils-61619a55a565cb192b58bd119d88960277bdf5ce.tar.xz |
(libfetish_a_SOURCES): Remove setenv.c.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index c41126c2a..e0b48eac3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -102,7 +102,7 @@ libfetish_a_SOURCES = \ same.c same.h \ save-cwd.c save-cwd.h \ savedir.c savedir.h \ - setenv.c setenv.h \ + setenv.h \ settime.c \ sha1.c sha1.h \ sig2str.h \ |