From 1080483319d4eb7a8cdee767fc41f7258e0e2537 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 23 Mar 2012 21:27:41 -0700 Subject: [PATCH] Improve the Makefile. Use a standard make macro, not a shell command. Autobuild-User: Richard Sharpe Autobuild-Date: Sat Mar 24 07:09:44 CET 2012 on sn-devel-104 --- examples/VFS/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index 55e2c041872..f9b81ebcd30 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 -- 2.34.1