]> sourceware.org Git - automake.git/commitdiff
* tests/installdir.test: installdirs-local should appear three times,
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 17 Jul 2004 10:56:24 +0000 (10:56 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 17 Jul 2004 10:56:24 +0000 (10:56 +0000)
since the change from 2004-07-11 will make it PHONY.

ChangeLog
tests/installdir.test

index 5771b5d674b8466b718d91db880f00e49e91299e..32798f620efab4497f32f5ba4ddc851eea3c7f56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-17  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/installdir.test: installdirs-local should appear three times,
+       since the change from 2004-07-11 will make it PHONY.
+
        * lib/am/distdir.am (distdir): Always use $(DIST_SUBDIRS) now
        that it is always defined.  This is less confusing for users
        reading the generated Makefiles.
index cc87444a33e4e04f6d7482a3cbcd5bb459cc49dc..189983227b2f24550f15e07ee783c6aaadf73fbd 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
 
 . ./defs || exit 1
 
+set -e
+
 cat > Makefile.am << 'END'
 installdirs-local:
        @echo here
 END
 
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL
+$AUTOMAKE
 
-test `grep installdirs-local Makefile.in | wc -l` -eq 2
+test `grep installdirs-local Makefile.in | wc -l` -eq 3
This page took 0.037291 seconds and 5 git commands to generate.