upstream dep fix
authorbrian <brian@brianweb.net>
Thu, 1 Jul 2004 04:15:07 +0000 (21:15 -0700)
committerbrian <brian@brianweb.net>
Thu, 1 Jul 2004 04:15:07 +0000 (21:15 -0700)
darcs-hash:20040701041507-24bed-fd2f5c36b2b3c9d59602dbc0279c8fbec063938a.gz

Makefile

index 1447414..3a48f48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ all: build/mips2java$(EXE_EXT) $(mips_objects)
 endif
 
 # HACK: Ensure libc is kept up to date when our mips_objects change
 endif
 
 # HACK: Ensure libc is kept up to date when our mips_objects change
-$(tasks)/build_libc: $(mips_objects) upstream/misc/extraheaders.sh
+$(tasks)/build_libc: $(mips_objects) $(tasks)/build_extraheaders
+$(tasks)/build_extraheaders: upstream/misc/extraheaders.sh
 
 $(tasks)/%:
        $(MAKE) -C upstream tasks/$* usr="$(usr)" \
 
 $(tasks)/%:
        $(MAKE) -C upstream tasks/$* usr="$(usr)" \