diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 15:28:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 15:28:12 +0100 |
commit | 2bf39edc9d0abf3306bd25b9c40d88aceb029be7 (patch) | |
tree | 6ab2ba13797418ca65b935b5d99d002719373596 /source4/build/make | |
parent | 0c6de7c9598889a469084bf15da49b1a2589cff7 (diff) | |
download | samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.tar.gz samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.tar.bz2 samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.zip |
Push SOVERSION and VERSION out of perl code.
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
Diffstat (limited to 'source4/build/make')
-rw-r--r-- | source4/build/make/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index 6bb9247df8..d7482fe45c 100644 --- a/source4/build/make/rules.mk +++ b/source4/build/make/rules.mk @@ -190,10 +190,10 @@ include/includes.d: include/includes.h @-mkdir -p `dirname $@` @$(COMPILE) && exit 0 ; \ echo "The following command failed:" 1>&2;\ + echo "$(COMPILE)" 1>&2;\ $(COMPILE) >/dev/null 2>&1 -# echo "$(COMPILE)" 1>&2;\ .c.ho: @echo "Compiling $< with host compiler" |