From 552f9adf6ad7b02b7f1128111c7a1499046d38cc Mon Sep 17 00:00:00 2001 From: yutaka Date: Thu, 24 Jan 2008 07:34:54 +0000 Subject: [PATCH] =?UTF-8?q?depend=E5=91=A8=E3=82=8A=E3=82=92=E8=A6=8B?= =?UTF-8?q?=E7=9B=B4=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@513 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tools/makerom.TWL.shop/Makefile | 6 ++---- build/tools/makerom.TWL.sys/Makefile | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/build/tools/makerom.TWL.shop/Makefile b/build/tools/makerom.TWL.shop/Makefile index 4110eb93..bde8028a 100644 --- a/build/tools/makerom.TWL.shop/Makefile +++ b/build/tools/makerom.TWL.shop/Makefile @@ -98,7 +98,7 @@ include $(TWLSDK_ROOT)/build/buildtools/twl/modulerules.x86 #---------------------------------------------------------------------------- # build #---------------------------------------------------------------------------- -do-build: depend $(TARGETS) +do-build: $(TARGETS) $(TARGETS): version.h $(OBJECTS) $(LIBACSIGN) $(LIBAES) $(LIBDIGEST) $(CC_X86) $+ -o $@ @@ -141,9 +141,7 @@ endif %.tab.h: %.tab.c; -.PHONY: depend - -depend: version.h $(DEPEND_TARGETS) +depend.inc: version.h $(DEPEND_TARGETS) -@ $(RM) depend.inc -@ for i in $(DEPEND_TARGETS); do\ $(CC_X86) $(MACROS) -MM -w -DSDK_WIN32 $(WARNING) -I. -c -I$(TWL_INCDIR) $$i >> depend.inc;\ diff --git a/build/tools/makerom.TWL.sys/Makefile b/build/tools/makerom.TWL.sys/Makefile index 8055fb39..d4d8dbd3 100644 --- a/build/tools/makerom.TWL.sys/Makefile +++ b/build/tools/makerom.TWL.sys/Makefile @@ -98,7 +98,7 @@ include $(TWLSDK_ROOT)/build/buildtools/twl/modulerules.x86 #---------------------------------------------------------------------------- # build #---------------------------------------------------------------------------- -do-build: depend $(TARGETS) +do-build: $(TARGETS) $(TARGETS): version.h $(OBJECTS) $(LIBACSIGN) $(LIBAES) $(LIBDIGEST) $(CC_X86) $+ -o $@ @@ -140,9 +140,7 @@ endif %.tab.h: %.tab.c; -.PHONY: depend - -depend: version.h $(DEPEND_TARGETS) +depend.inc: version.h $(DEPEND_TARGETS) -@ $(RM) depend.inc -@ for i in $(DEPEND_TARGETS); do\ $(CC_X86) $(MACROS) -MM -w -DSDK_WIN32 $(WARNING) -I. -c -I$(TWL_INCDIR) $$i >> depend.inc;\