Makefile fixlet
authorTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 07:38:26 +0000 (07:38 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 07:38:26 +0000 (07:38 +0000)
ChangeLog
Makefile.am
Makefile.in
lib/am/Makefile.am
tests/ChangeLog
tests/Makefile.am
tests/Makefile.in

index 9680ebd..ead89dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Fri Feb 13 00:28:53 1998  Tom Tromey  <tromey@cygnus.com>
 
        * Released 1.2e.
 
+       * Makefile.am: Removed bogus line.
+
 Thu Feb 12 22:27:05 1998  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (get_object_extension): Conditionally include .c.o
index 5d47439..b020386 100644 (file)
@@ -30,7 +30,6 @@ TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
 
 ## `test -x' is not portable.  So we use Perl instead.  If Perl
 ## doesn't exist, then this test is meaningless anyway.
-       -rm -rf testSubdir
 installcheck-local:
        for file in $(pkgdata_SCRIPTS); do \
          $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
index 692ffa1..f3a7615 100644 (file)
@@ -524,7 +524,6 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
-       -rm -rf testSubdir
 installcheck-local:
        for file in $(pkgdata_SCRIPTS); do \
          $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
index 5d47439..b020386 100644 (file)
@@ -30,7 +30,6 @@ TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
 
 ## `test -x' is not portable.  So we use Perl instead.  If Perl
 ## doesn't exist, then this test is meaningless anyway.
-       -rm -rf testSubdir
 installcheck-local:
        for file in $(pkgdata_SCRIPTS); do \
          $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
index 22bfb0a..7445919 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 13 00:36:38 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.am (distclean-local): Ignore rm return value.
+
 Thu Feb 12 21:00:34 1998  Tom Tromey  <tromey@cygnus.com>
 
        * unused.test: New file.
index 3680561..4b4e770 100644 (file)
@@ -33,4 +33,4 @@ whoami.test unused.test
 EXTRA_DIST = defs $(TESTS)
 
 distclean-local:
-       rm -rf testSubdir
+       -rm -rf testSubdir
index 804d73f..c1d851d 100644 (file)
@@ -210,7 +210,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 distclean-local:
-       rm -rf testSubdir
+       -rm -rf testSubdir
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.