* Makefile.in: Change deja-gnu to dejagnu.
authorIan Lance Taylor <ian@airs.com>
Thu, 18 Mar 1993 20:32:16 +0000 (20:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 18 Mar 1993 20:32:16 +0000 (20:32 +0000)
ChangeLog
Makefile.in

index fa7562a56ea64df1688d90e4cd385200d10866d7..b51b77657cc817d57e82aa43dc0febbef8cd1924 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: Change deja-gnu to dejagnu.
+
 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
 
        * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
index a923015eaf67a407ded5e0625b49e4aaa42d5bba..5a8b1d4c3252bc66c42b854628cff26b6a66c88d 100644 (file)
@@ -358,7 +358,7 @@ all.normal: all-m4 all-autoconf all-libiberty all-mmalloc all-texinfo \
        $(start-sanitize-chill) \
        all-chillrt \
        $(end-sanitize-chill) \
-       all-gprof all-prms all-send-pr all-libm all-deja-gnu \
+       all-gprof all-prms all-send-pr all-libm all-dejagnu \
        all-fileutils all-find all-gawk all-sed all-shellutils \
        all-textutils all-time all-wdiff all-uudecode \
        all-hello all-tar all-gzip all-indent all-recode
@@ -370,7 +370,7 @@ all.cross: all-libiberty all-mmalloc all-gas all-byacc all-flex all-ld \
        $(start-sanitize-chill) \
        all-chillrt \
        $(end-sanitize-chill) \
-       all-deja-gnu
+       all-dejagnu
 
 .PHONY: clean distclean mostlyclean realclean local-clean local-distclean
 
@@ -411,7 +411,7 @@ install-no-fixedincludes: install-dirs gcc-no-fixedincludes \
        install-chillrt \
        $(end-sanitize-chill) \
        install-cvs \
-       install-deja-gnu \
+       install-dejagnu \
        install-diff \
        install-emacs \
        install-etc \
@@ -484,7 +484,7 @@ install.cross: install-dirs install-libiberty install-mmalloc \
        $(start-sanitize-chill) \
        install-chillrt \
        $(end-sanitize-chill) \
-       install-gcc install-etc install-deja-gnu
+       install-gcc install-etc install-dejagnu
 
 ### gzip
 all-gzip: all-libiberty
@@ -572,19 +572,19 @@ install-tar: force
        fi
 
 
-### deja-gnu
-all-deja-gnu: force
-       @if [ -f ./deja-gnu/Makefile ] ; then \
+### dejagnu
+all-dejagnu: force
+       @if [ -f ./dejagnu/Makefile ] ; then \
                rootme=`pwd` ; export rootme ; \
-               (cd ./deja-gnu; $(MAKE) $(FLAGS_TO_PASS) all) ; \
+               (cd ./dejagnu; $(MAKE) $(FLAGS_TO_PASS) all) ; \
        else \
                true ; \
        fi
 
-install-deja-gnu: force
-       @if [ -f ./deja-gnu/Makefile ] ; then \
+install-dejagnu: force
+       @if [ -f ./dejagnu/Makefile ] ; then \
                rootme=`pwd` ; export rootme ; \
-               (cd ./deja-gnu; $(MAKE) $(FLAGS_TO_PASS) install) ; \
+               (cd ./dejagnu;  $(MAKE) $(FLAGS_TO_PASS) install) ; \
        else \
                true ; \
        fi
This page took 0.02647 seconds and 4 git commands to generate.