aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-12-24 22:10:05 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-12-24 22:10:05 +0000
commite9b5ed5986b2c12cd3f8e4e7cb08fc96634b9fa3 (patch)
tree6665710aa33c8966f4b5a66324d2662d13c3fb6e /Makefile.in
parent3b30df82b672ebc3c7f3d21e9fb81b0b129cd803 (diff)
downloadgdb-e9b5ed5986b2c12cd3f8e4e7cb08fc96634b9fa3.zip
gdb-e9b5ed5986b2c12cd3f8e4e7cb08fc96634b9fa3.tar.gz
gdb-e9b5ed5986b2c12cd3f8e4e7cb08fc96634b9fa3.tar.bz2
clean up mostlyclean changes
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index f47c6a9..bd73a93 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,12 +225,12 @@ TARGET_FLAGS_TO_PASS = \
# The first rule in the file had better be this one. Don't put any above it.
all: $(ALL)
-.PHONY: all info install-info dvi clean-info
+.PHONY: all info install-info
.NOEXPORT:
-info check clean-info dvi distclean mostlyclean realclean:
+info check dvi:
@rootme=`pwd` ; export rootme ; \
- $(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
+ $(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
install-info: install-info-dirs force
-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \