From 70acf8ed59cb7f0195d7941cf83a585eb8349e29 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 18 Dec 2010 23:03:20 +0000 Subject: "prep" target depends on Makemod --- Src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1