summaryrefslogtreecommitdiff
path: root/testprogs/win32
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-10 11:22:32 +0200
committerGünther Deschner <gd@samba.org>2010-05-10 11:50:29 +0200
commitf754942862f0405454834154154c4b3b737ba53a (patch)
treee118daaacfe68bfc5f761036e3f8cce729f0a0e3 /testprogs/win32
parent86ec5fe3ee843f35a4577203b1c9f7d8739b80e3 (diff)
downloadsamba-f754942862f0405454834154154c4b3b737ba53a.tar.gz
samba-f754942862f0405454834154154c4b3b737ba53a.tar.bz2
samba-f754942862f0405454834154154c4b3b737ba53a.zip
testprogs: update Makefile.mingw (although mingw current cant build it).
Guenther
Diffstat (limited to 'testprogs/win32')
-rw-r--r--testprogs/win32/spoolss/Makefile.mingw8
1 files changed, 4 insertions, 4 deletions
diff --git a/testprogs/win32/spoolss/Makefile.mingw b/testprogs/win32/spoolss/Makefile.mingw
index 4ff7155250..7c66075aed 100644
--- a/testprogs/win32/spoolss/Makefile.mingw
+++ b/testprogs/win32/spoolss/Makefile.mingw
@@ -4,7 +4,7 @@ LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib
CC=/usr/bin/i686-pc-mingw32-gcc
LIBS=-lwinspool
-all: spoolss.exe
+all: testspoolss.exe
clean:
rm -vf *.exe tags
@@ -17,7 +17,7 @@ proto:
mkproto.pl printlib.c --private=printlib_proto.h --public=printlib_proto_pub.h --srcdir=. --builddir=.
mkproto.pl torture.c --private=torture_proto.h --public=torture_proto_pub.h --srcdir=. --builddir=.
-spoolss.exe: spoolss.c printlib.c torture.c error.c
- @echo Compiling spoolss.exe
- @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c printlib.c torture.c error.c $(LIBS) -o spoolss.exe
+testspoolss.exe: testspoolss.c printlib.c torture.c error.c
+ @echo Compiling testspoolss.exe
+ @$(CC) $(CFLAGS) $(LDFLAGS) testspoolss.c printlib.c torture.c error.c $(LIBS) -o testspoolss.exe