summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-26 09:23:23 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-09 00:27:08 +0100
commitb93326b9689d0ad935eed35f7cf5201ad04ac1ff (patch)
tree950a714716e78c356214b826c4be098d519a299d /source3/lib/netapi/tests
parentfa1c71382d4f89d9f6c45287a20b1817e08d098d (diff)
downloadsamba-b93326b9689d0ad935eed35f7cf5201ad04ac1ff.tar.gz
samba-b93326b9689d0ad935eed35f7cf5201ad04ac1ff.tar.bz2
samba-b93326b9689d0ad935eed35f7cf5201ad04ac1ff.zip
s3-build: remove EXEEXT from Makefiles
As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett
Diffstat (limited to 'source3/lib/netapi/tests')
-rw-r--r--source3/lib/netapi/tests/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/netapi/tests/Makefile.in b/source3/lib/netapi/tests/Makefile.in
index ddf4af5d0c..298d09cbc7 100644
--- a/source3/lib/netapi/tests/Makefile.in
+++ b/source3/lib/netapi/tests/Makefile.in
@@ -14,7 +14,7 @@ CMDLINE_LIBS=$(NETAPI_LIBS) @POPTLIBS@
COMPILE_CC = $(CC) -I. $(CCFLAGS) $(PICFLAG) -c $< -o $@
COMPILE = $(COMPILE_CC)
-PROGS = bin/netapitest@EXEEXT@
+PROGS = bin/netapitest
all: $(PROGS)
@@ -46,7 +46,7 @@ CMDLINE_OBJ = common.o
NETAPIBUFFER_OBJ = netapibuffer.o
NETAPITEST_OBJ = netapitest.o netlocalgroup.o netuser.o netgroup.o netdisplay.o netshare.o netfile.o netserver.o $(CMDLINE_OBJ)
-bin/netapitest@EXEEXT@: $(BINARY_PREREQS) $(NETAPITEST_OBJ)
+bin/netapitest: $(BINARY_PREREQS) $(NETAPITEST_OBJ)
@echo Linking $@
@$(CC) $(CCFLAGS) -o $@ $(NETAPITEST_OBJ) $(LDFLAGS) $(DYNEXP) $(CMDLINE_LIBS)