about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-02 20:00:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-02 20:00:50 +0000
commitfa435830e721904c4d17e0e18ede59ff59e35973 (patch)
tree7f876312095fda9a3355dfcbafe33b93609ed98a
parentbcd74fc496a4af14b28a9349d511ff43450151a7 (diff)
downloadzsh-fa435830e721904c4d17e0e18ede59ff59e35973.tar.gz
zsh-fa435830e721904c4d17e0e18ede59ff59e35973.tar.xz
zsh-fa435830e721904c4d17e0e18ede59ff59e35973.zip
zsh-workers/9181
-rw-r--r--Doc/Makefile.in4
-rw-r--r--Src/Makefile.in6
-rw-r--r--Src/Makemod.in.in6
3 files changed, 16 insertions, 0 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index c8c07b2f4..13e34c9b6 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -37,6 +37,10 @@ INSTALL         = @INSTALL@
 
 @DEFS_MK@
 
+.PHONY: all everything install uninstall install.man uninstall.man \
+	install.info uninstall.info install.html uninstall.html \
+	clean-here distclean-here realclean-here
+
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips -D 300
diff --git a/Src/Makefile.in b/Src/Makefile.in
index f5c371824..b4c8186d9 100644
--- a/Src/Makefile.in
+++ b/Src/Makefile.in
@@ -39,6 +39,12 @@ LN		= @LN@
 
 @DEFS_MK@
 
+.PHONY: all bin headers modules modobjs modules prep rm-modobjs-tmp \
+	FORCE mostlyclean-here clean-here distclean-here mostlyclean \
+	clean distclean realclean mostlyclean-modules clean-modules \
+	distclean-modules realclean-modules install.modules \
+	uninstall.modules proto
+
 sdir_src      = $(sdir)
 dir_src       = .
 
diff --git a/Src/Makemod.in.in b/Src/Makemod.in.in
index 6d6e6af05..4822452ed 100644
--- a/Src/Makemod.in.in
+++ b/Src/Makemod.in.in
@@ -40,6 +40,12 @@ INSTALL         = @INSTALL@
 
 @DEFS_MK@
 
+.PHONY: all modobjs modules headers proto prep FORCE install uninstall \
+	install.bin uninstall.bin install.modules uninstall.modules \
+	install.bin-here uninstall.bin-here install.modules-here \
+	uninstall.modules-here mostlyclean-here clean-here distclean-here \
+	
+
 sdir_src      = $(sdir_top)/Src
 dir_src       = $(dir_top)/Src