From 4ce04f6f6fe5c485045cd870cb9ad2e3f2063659 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 May 2010 13:58:26 +0200 Subject: testprogs/win32/spoolss: we don't need absolute pathes to mingw locations metze --- testprogs/win32/spoolss/GNUmakefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testprogs/win32') diff --git a/testprogs/win32/spoolss/GNUmakefile b/testprogs/win32/spoolss/GNUmakefile index 7c66075aed..e35ca87c22 100644 --- a/testprogs/win32/spoolss/GNUmakefile +++ b/testprogs/win32/spoolss/GNUmakefile @@ -1,7 +1,5 @@ -MAKE=mingw32-make -CFLAGS=-I../../../ -I/usr/i686-pc-mingw32/sys-root/mingw/include -LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib -CC=/usr/bin/i686-pc-mingw32-gcc +CFLAGS=-I../../../ +CC=i686-pc-mingw32-gcc LIBS=-lwinspool all: testspoolss.exe -- cgit