summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-20 09:21:30 +0000
committerJim Meyering <jim@meyering.net>2004-04-20 09:21:30 +0000
commit50469e2c80adf232165ee9ef88c3311dcee5f1b5 (patch)
tree10de95bbd067babf6d9d58ebb9356f9363efe2ee
parent3e7e4ac602fda4852cd97f23f10ef6b2f5139ec4 (diff)
downloadcoreutils-50469e2c80adf232165ee9ef88c3311dcee5f1b5.tar.xz
.
-rw-r--r--config.hin1
-rw-r--r--src/Makefile.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/config.hin b/config.hin
index 83c6fd09a..652888015 100644
--- a/config.hin
+++ b/config.hin
@@ -47,7 +47,6 @@
# define DIR_TO_FD(Dir_p) -1
#endif
-
/* Define if there is a member named d_ino in the struct describing directory
headers. */
diff --git a/src/Makefile.in b/src/Makefile.in
index 9c3c408ef..1649534c1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -977,7 +977,7 @@ uninstall-binPROGRAMS:
done
clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
installcheck-binPROGRAMS: $(bin_PROGRAMS)
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \