mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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
This commit is contained in:
parent
ae9b5add1e
commit
1080483319
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user