diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-18 20:32:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-18 20:32:16 +0000 |
commit | caba7dbe7f8c5d424c4a91d8a8d55368e32868b5 (patch) | |
tree | 9c437b744ccf3d9fa6170216a2d4f70cc27efc00 /Makefile.in | |
parent | c161de74a52740a8a981a244974b6e0c72d62298 (diff) | |
download | gdb-caba7dbe7f8c5d424c4a91d8a8d55368e32868b5.zip gdb-caba7dbe7f8c5d424c4a91d8a8d55368e32868b5.tar.gz gdb-caba7dbe7f8c5d424c4a91d8a8d55368e32868b5.tar.bz2 |
* Makefile.in: Change deja-gnu to dejagnu.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in index a923015..5a8b1d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |