mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
build: fix the build rule for .o files
metze
(This used to be commit c7f34f41c3
)
This commit is contained in:
parent
b3f9740764
commit
08f83c59df
@ -211,7 +211,9 @@ include/includes.d: include/includes.h
|
||||
@echo "Compiling $<"
|
||||
@-mkdir -p `dirname $@`
|
||||
@$(COMPILE) && exit 0 ; \
|
||||
$(COMPILE)
|
||||
echo "The following command failed:" 1>&2;\
|
||||
echo "$(COMPILE)" 1>&2;\
|
||||
$(COMPILE) >/dev/null 2>&1
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user