mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +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@:
|
.c.@OBJEXT@:
|
||||||
@echo "Compiling $<"
|
@echo "Compiling $<"
|
||||||
@$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
|
@$(CC) $(FLAGS) -c $< -D$*_init=samba_init_module
|
||||||
|
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user