From 9af51e470791639995bb34bd3198014dc11e2fef Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 12 Aug 1999 01:32:02 +0000 Subject: Merged patches to main trunk. --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index f96d830..7a348ab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,8 +11,9 @@ ECHO = @echo # # Mingw32 # +GLANG = c CC = gcc -CFLAGS = -g -O2 -UNDEBUG -Wall -o $@ $^ +CFLAGS = -g -O2 -UNDEBUG -Wall -x $(GLANG) -o $@ $^ BUILD_DIR = .. INCLUDES = -I. LIBS = ./libpthread32.a -- cgit v1.2.3