summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2012-03-23 21:27:41 -0700
committerRichard Sharpe <sharpe@samba.org>2012-03-24 07:09:44 +0100
commit1080483319d4eb7a8cdee767fc41f7258e0e2537 (patch)
tree7d8a77ecf1d81721f06456c4c91a8bbc0fb19262 /examples
parentae9b5add1e4c64b578915f35fc23110b686262fb (diff)
downloadsamba-1080483319d4eb7a8cdee767fc41f7258e0e2537.tar.gz
samba-1080483319d4eb7a8cdee767fc41f7258e0e2537.tar.bz2
samba-1080483319d4eb7a8cdee767fc41f7258e0e2537.zip
Improve the Makefile. Use a standard make macro, not a shell command.
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Sat Mar 24 07:09:44 CET 2012 on sn-devel-104
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 55e2c04187..f9b81ebcd3 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -45,7 +45,7 @@ skel_transparent.@SHLIBEXT@: skel_transparent.@OBJEXT@
.c.@OBJEXT@:
@echo "Compiling $<"
- @$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
+ @$(CC) $(FLAGS) -c $< -D$*_init=samba_init_module
install: default