diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-25 21:25:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-25 21:25:42 +0000 |
commit | 98172e8ab1784b3a9d1233c73961b1561ed4a212 (patch) | |
tree | 461538ed541c24f537487e977141b2a46d552a5e | |
parent | 49d976e15641044585c2c65f8919a655a7802f0c (diff) | |
download | coreutils-98172e8ab1784b3a9d1233c73961b1561ed4a212.tar.xz |
(libcoreutils_a_SOURCES): Remove dev-ino.h too, now that we
get it via root-dev-ino.m4
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 12a52ea97..77ca3575f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,7 +27,6 @@ DEFS += -DLIBDIR=\"$(libdir)\" libcoreutils_a_SOURCES = \ allocsa.c allocsa.h \ - dev-ino.h \ diacrit.c diacrit.h \ euidaccess.h \ exit.h \ |