diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-13 00:01:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-13 00:01:21 +0000 |
commit | ae451ad4bace2abbf0091060e8f6c8062622403d (patch) | |
tree | 7293870ad2ba124a176a37b0c67b7a9999547ad6 | |
parent | 43dd0affc433f30e600849127873c5ce47742529 (diff) | |
download | coreutils-ae451ad4bace2abbf0091060e8f6c8062622403d.tar.xz |
(noinst_HEADERS): Remove sys2.h.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0f949c79b..15fbe5c63 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \ noinst_PROGRAMS = setuidgid noinst_HEADERS = \ - system.h sys2.h checksum.h copy.h cp-hash.h ls.h dircolors.h remove.h \ + system.h checksum.h copy.h cp-hash.h ls.h dircolors.h remove.h \ chown-core.h fs.h \ wheel.h wheel-size.h EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \ |