about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-08 15:01:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-08 15:01:28 +0000
commitb4e58a378bebc36f5426a48af448bcc14cf7150e (patch)
treea8c77689a7e1b41495bc8135efd0246415f68e5d /Makefile.in
parent828dbe71c85bd64e179c63a04c71d0baa9ed714c (diff)
downloadzsh-b4e58a378bebc36f5426a48af448bcc14cf7150e.tar.gz
zsh-b4e58a378bebc36f5426a48af448bcc14cf7150e.tar.xz
zsh-b4e58a378bebc36f5426a48af448bcc14cf7150e.zip
zsh-workers/8946
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 72bc98df9..f11b06d97 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -98,6 +98,7 @@ install.html uninstall.html:
 distclean-here:
 	@cd Completion && $(MAKE) $(MAKEDEFS) $@
 	@cd Functions && $(MAKE) $(MAKEDEFS) $@
+	@cd Test && $(MAKE) $(MAKEDEFS) $@
 	rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
 
 realclean-here:
@@ -123,7 +124,7 @@ stamp-h: config.h.in config.status
 config.h.in: stamp-h.in
 stamp-h.in: configure.in acconfig.h aclocal.m4 aczsh.m4
 	cd $(sdir) && autoheader
-	echo > $@
+	echo > $(sdir)/stamp-h.in
 
 # ========== DEPENDENCIES FOR DISTRIBUTION ==========