aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-12-22 23:27:58 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-12-22 23:27:58 +0000
commit64d9abf40d5b3de4820822bd5bcbc881bc06ee3a (patch)
tree580cecda58edb54de72c6ba1acfc3c3b5d3cfc3a
parent5a144d130fe7b4c2de71f99094ab7f8cdd3d9639 (diff)
downloadgdb-64d9abf40d5b3de4820822bd5bcbc881bc06ee3a.zip
gdb-64d9abf40d5b3de4820822bd5bcbc881bc06ee3a.tar.gz
gdb-64d9abf40d5b3de4820822bd5bcbc881bc06ee3a.tar.bz2
add dvi target
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0e6fab4..879e71a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,10 +225,10 @@ 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 clean-info distclean mostlyclean realclean
+.PHONY: all info install-info dvi clean-info distclean mostlyclean realclean
.NOEXPORT:
-info check clean-info distclean mostlyclean realclean:
+info check clean-info dvi distclean mostlyclean realclean:
@rootme=`pwd` ; export rootme ; \
$(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do