*** Src/Makefile.in.orig Mon Mar 1 22:08:08 1999 --- Src/Makefile.in Mon Mar 1 22:52:20 1999 *************** *** 112,118 **** # ========== LINKING IN MODULES ========== ! modules-bltin: if test @D@ = N; then \ cat $(sdir)/xmods.conf > $@; \ elif test @RTLD_GLOBAL_OK@ != yes; then \ --- 112,118 ---- # ========== LINKING IN MODULES ========== ! modules-bltin: Makefile if test @D@ = N; then \ cat $(sdir)/xmods.conf > $@; \ elif test @RTLD_GLOBAL_OK@ != yes; then \ *************** *** 175,192 **** # ========== DEPENDENCIES FOR CLEANUP ========== ! @@clean.mk@@ mostlyclean-here: rm -f stamp-modobjs stamp-modobjs.tmp clean-here: rm -f modules.index.tmp modules.stamp zsh ansi2knr.o ansi2knr rm -f libzsh-*.$(DL_EXT) distclean-here: rm -f TAGS tags ! rm -f modules.index modules-bltin Makefile mostlyclean: mostlyclean-modules clean: clean-modules --- 175,195 ---- # ========== DEPENDENCIES FOR CLEANUP ========== ! # Since module cleanup rules depend on Makemod, they come first. This ! # forces module stuff to get cleaned before Makemod itself gets ! # deleted. mostlyclean-here: rm -f stamp-modobjs stamp-modobjs.tmp clean-here: rm -f modules.index.tmp modules.stamp zsh ansi2knr.o ansi2knr + rm -f modules.index modules-bltin rm -f libzsh-*.$(DL_EXT) distclean-here: rm -f TAGS tags ! rm -f Makefile mostlyclean: mostlyclean-modules clean: clean-modules *************** *** 195,200 **** --- 198,205 ---- mostlyclean-modules clean-modules distclean-modules realclean-modules: Makemod @$(MAKE) -f Makemod $(MAKEDEFS) `echo $@ | sed 's/-modules//'` + + @@clean.mk@@ # ========== RECURSIVE MAKES ==========