diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:03:20 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:03:20 +0000 |
commit | 70acf8ed59cb7f0195d7941cf83a585eb8349e29 (patch) | |
tree | ac3652fdf513079a2956271e45469d6eff563afe /Src | |
parent | 655174ca42077976da5316bc370f3f7998d6c4ef (diff) | |
download | zsh-70acf8ed59cb7f0195d7941cf83a585eb8349e29.tar.gz zsh-70acf8ed59cb7f0195d7941cf83a585eb8349e29.tar.xz zsh-70acf8ed59cb7f0195d7941cf83a585eb8349e29.zip |
"prep" target depends on Makemod
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index 08d23e16d..98348e645 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -109,7 +109,7 @@ rm-modobjs-tmp: @CONFIG_MK@ -Makemod prep: $(CONFIG_INCS) $(dir_top)/config.modules +Makemod: $(CONFIG_INCS) $(dir_top)/config.modules @case $(sdir_top) in \ /*) top_srcdir=$(sdir_top) ;; \ *) top_srcdir=$(subdir)/$(sdir_top) ;; \ @@ -119,6 +119,7 @@ Makemod prep: $(CONFIG_INCS) $(dir_top)/config.modules '$$top_srcdir/$(subdir)/mkmakemod.sh $(subdir) Makemod'; \ cd $(dir_top) && \ $(SHELL) $$top_srcdir/$(subdir)/mkmakemod.sh $(subdir) Makemod +prep: Makemod @$(MAKE) -f Makemod $(MAKEDEFS) prep || rm -f Makemod .PHONY: prep |