From: brian Date: Fri, 21 May 2004 10:51:11 +0000 (-0700) Subject: cflags mixup X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=ea298d9ade25bc9f0fde88ef701b2a500d2c1f5a cflags mixup darcs-hash:20040521105111-24bed-192a58814323bc0c0a68642d865b2886c54b2ca1.gz --- diff --git a/Makefile b/Makefile index f9fbcbd..ff67f5a 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endif $(tasks)/build_libc: $(mips_object) upstream/misc/extraheaders.sh $(tasks)/%: - $(MAKE) -C upstream tasks/$* usr="$(usr)" MIPS_LDFLAGS="$(MIPS_LDFLAGS)" MIPS_CFLAGS="$(MIPS_LDFLAGS)" MIPS_PCFLAGS="$(MIPS_PCFLAGS)" + $(MAKE) -C upstream tasks/$* usr="$(usr)" MIPS_CFLAGS="$(MIPS_CFLAGS)" MIPS_LDFLAGS="$(MIPS_LDFLAGS)" MIPS_PCFLAGS="$(MIPS_PCFLAGS)" upstream_clean_%: