diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-19 13:58:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-05-19 13:58:26 +0200 |
commit | 4ce04f6f6fe5c485045cd870cb9ad2e3f2063659 (patch) | |
tree | 7e6e97e8d8595eee3c2160b710658d8b5105c7fb /testprogs | |
parent | 38d1776c794a0a5693d5233a0767c4f5d7440f19 (diff) | |
download | samba-4ce04f6f6fe5c485045cd870cb9ad2e3f2063659.tar.gz samba-4ce04f6f6fe5c485045cd870cb9ad2e3f2063659.tar.bz2 samba-4ce04f6f6fe5c485045cd870cb9ad2e3f2063659.zip |
testprogs/win32/spoolss: we don't need absolute pathes to mingw locations
metze
Diffstat (limited to 'testprogs')
-rw-r--r-- | testprogs/win32/spoolss/GNUmakefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |