diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-19 13:33:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-19 13:33:50 +0000 |
commit | 23b0d345e98d7688cc1235defaccd23535670042 (patch) | |
tree | 9f27642491d65ee45e17fc0993f57deb2c32f665 /lib | |
parent | d3caacdc49d7423680cb4c72e24f47be6574ed4d (diff) | |
download | coreutils-23b0d345e98d7688cc1235defaccd23535670042.tar.xz |
remove a harmless newline
Diffstat (limited to 'lib')
-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 310c879b3..d9b30542b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -121,7 +121,6 @@ stat.c: xstat.in Makefile: $(BUILT_SOURCES) - # The following is needed in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it |