dependency fix for build_libc in makefile
authorbrian <brian@brianweb.net>
Sun, 23 May 2004 22:52:57 +0000 (15:52 -0700)
committerbrian <brian@brianweb.net>
Sun, 23 May 2004 22:52:57 +0000 (15:52 -0700)
darcs-hash:20040523225257-24bed-242f6b70e96b58de3a04671424fafaa6db3790b8.gz

Makefile

index af6e28f..86b0085 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ 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_object) upstream/misc/extraheaders.sh
+$(tasks)/build_libc: $(mips_objects) upstream/misc/extraheaders.sh
 
 $(tasks)/%:
        $(MAKE) -C upstream tasks/$* usr="$(usr)" \
 
 $(tasks)/%:
        $(MAKE) -C upstream tasks/$* usr="$(usr)" \