X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=ff67f5a11dbfb301ee8785667faf7f1418af4f8d;hp=f9fbcbd8e6bdad7efc0014293879edb95a78b3d7;hb=ea298d9ade25bc9f0fde88ef701b2a500d2c1f5a;hpb=6aa90394ceeb533c647b9274bc8bc23a212c531c 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_%: