From 56b99ca8161a135e964e3a2133e74d09980c918a Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Wed, 17 Feb 2010 08:45:56 +0000 Subject: [PATCH] Get gcc tests building again --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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