* libobj2.test: Put depcomp into subdir.
authorTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:38:10 +0000 (23:38 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:38:10 +0000 (23:38 +0000)
* confsub.test: Put depcomp into subdir.
* defs: Always copy `depcomp'.

tests/ChangeLog
tests/confsub.test
tests/defs
tests/libobj2.test

index b6727a8..cceafa3 100644 (file)
@@ -1,5 +1,9 @@
 2000-03-19  Tom Tromey  <tromey@cygnus.com>
 
+       * libobj2.test: Put depcomp into subdir.
+       * confsub.test: Put depcomp into subdir.
+       * defs: Always copy `depcomp'.
+
        * defs: Correctly create `depcomp'.
        * nodepcomp.test: Remove depcomp.
 
index 1b4b5a2..73a4f04 100755 (executable)
@@ -27,6 +27,8 @@ END
 
 : > subdir/config.h.in
 
+mv depcomp subdir
+
 $AUTOMAKE || exit 1
 
 # Make sure subdir Makefile.in doesn't itself look in the subdir.
index e04150b..4a6824d 100644 (file)
@@ -40,9 +40,7 @@ END
 : > mkinstalldirs
 : > missing
 
-(cd ..
- ln -s $srcdir/../depcomp testSubDir/depcomp 2> /dev/null ||
- cp $srcdir/../depcomp testSubDir/depcomp) || exit 1
+(cd .. && cp $srcdir/../depcomp testSubDir/depcomp) || exit 1
 
 # See how redirections should work.  User can set VERBOSE to see all
 # output.
index c0ec72b..e38abd6 100755 (executable)
@@ -28,6 +28,8 @@ END
 
 : > subdir/fsusage.c
 
+mv depcomp subdir
+
 $AUTOMAKE || exit 1
 
 grep 'fsusage\.c' subdir/Makefile.in