1
0
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:
Richard Sharpe 2012-03-23 21:27:41 -07:00 committed by Richard Sharpe
parent ae9b5add1e
commit 1080483319

View File

@ -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