From: Arun Thomas Date: Wed, 17 Feb 2010 08:45:56 +0000 (+0000) Subject: Get gcc tests building again X-Git-Tag: v3.1.7~284 X-Git-Url: http://zhaoyanbai.com/repos/html/index.html?a=commitdiff_plain;h=56b99ca8161a135e964e3a2133e74d09980c918a;p=minix.git Get gcc tests building again --- diff --git a/test/Makefile b/test/Makefile index a6973ba52..ff10a34af 100644 --- a/test/Makefile +++ b/test/Makefile @@ -26,7 +26,7 @@ $(BIGOBJ): $(CC) $(CFLAGS) -o $@ $@.c $(GCCOBJ): - [ ! -x $(GCC) ] || $(GCC) $(CFLAGS-GCC) -o $@ $< + [ ! -x $(GCC) ] || $(GCC) $(CFLAGS-GCC) -o $@ ${@:S/-gcc//}.c $(ROOTOBJ): $(CC) $(CFLAGS) $@.c