summaryrefslogtreecommitdiff
path: root/examples/libsmbclient
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-02-09 18:48:44 +0000
committerGerald Carter <jerry@samba.org>2004-02-09 18:48:44 +0000
commit2e2b6548200faadecf21d668596835ef160f7adb (patch)
tree65501d57ade49832eb130517e037fa41232d06e2 /examples/libsmbclient
parent5f4f500df4a28e212527b05850cf44a6fdfe0a0b (diff)
downloadsamba-2e2b6548200faadecf21d668596835ef160f7adb.tar.gz
samba-2e2b6548200faadecf21d668596835ef160f7adb.tar.bz2
samba-2e2b6548200faadecf21d668596835ef160f7adb.zip
merge from 3.0
(This used to be commit 309a9a4cafc3c892840e28198a41973b236a528e)
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r--examples/libsmbclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index c84cc3c977..e7c82a3aee 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -14,7 +14,7 @@ all: testsmbc tree testacl
testsmbc: testsmbc.o
@echo Linking testsmbc
- @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib
testsmbc-static: testsmbc.o
@echo Linking testsmbc