From a4e44197ae0f6e237f118e5b30c01eb12c460ec4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 18:35:59 +0000 Subject: zsh-workers/8843 --- Src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src/Makefile.in') diff --git a/Src/Makefile.in b/Src/Makefile.in index 77f142262..3589e30ad 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -65,7 +65,7 @@ NLIST = `cat stamp-modobjs` LIBZSH = libzsh-$(VERSION).$(DL_EXT) NIBZSH = -ZSH_EXPORT = $(EXPOPT)$(sdir)/zsh.export +ZSH_EXPORT = $(EXPOPT)zsh.export ZSH_NXPORT = ENTRYOBJ = modentry..o NNTRYOBJ = @@ -73,7 +73,7 @@ NNTRYOBJ = LDRUNPATH = LD_RUN_PATH=$(libdir)/zsh NDRUNPATH = -zsh: $(@L@IBZSH) $(@L@STMP) $(MAIN_OBJS) +zsh: $(@L@IBZSH) $(@L@STMP) $(MAIN_OBJS) zsh.export rm -f $@ $(@L@DRUNPATH) $(LINK) $(MAIN_OBJS) $(@L@LIST) $(ZSH_@E@XPORT) $(@L@IBZSH) $(LIBS) @@ -218,7 +218,7 @@ mostlyclean-modules clean-modules distclean-modules realclean-modules: modules.i # ========== RECURSIVE MAKES ========== install.modules uninstall.modules \ -modobjs modules headers proto $(MAIN_OBJS): Makemod +modobjs modules headers proto $(MAIN_OBJS) zsh.export: Makemod @$(MAKE) -f Makemod $(MAKEDEFS) $@ $(MAIN_OBJS): $(sdir)/zsh.h -- cgit 1.4.1