+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++.
$(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
$(start-sanitize-chill) \
all-chillrt \
$(end-sanitize-chill) \
- all-deja-gnu
+ all-dejagnu
.PHONY: clean distclean mostlyclean realclean local-clean local-distclean
install-chillrt \
$(end-sanitize-chill) \
install-cvs \
- install-deja-gnu \
+ install-dejagnu \
install-diff \
install-emacs \
install-etc \
$(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
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