1
0
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:
Stefan Metzmacher 2008-04-18 22:20:49 +02:00
parent b3f9740764
commit 08f83c59df

View File

@ -211,7 +211,9 @@ include/includes.d: include/includes.h
@echo "Compiling $<" @echo "Compiling $<"
@-mkdir -p `dirname $@` @-mkdir -p `dirname $@`
@$(COMPILE) && exit 0 ; \ @$(COMPILE) && exit 0 ; \
$(COMPILE) echo "The following command failed:" 1>&2;\
echo "$(COMPILE)" 1>&2;\
$(COMPILE) >/dev/null 2>&1