Guard gmake-specific syntax with IF_GNU_MAKE in make_dist.mk.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 14:03:53 +0000 (14:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 14:03:53 +0000 (14:03 +0000)
commit3f6a19ffab02ec77b02d97269d4a966e5316b1e0
tree71d755cd27efb769b651b2f235e3aa901f0195c5
parent74a59798c0eea14e9bb3e39f416d641adcccd7e0
Guard gmake-specific syntax with IF_GNU_MAKE in make_dist.mk.

Debian distribution target uses GNU make extensions to make syntax which makes
the entire makefile impossible to use with other make versions, e.g. Solaris
make.

Fix this by prepending IF_GNU_MAKE to all Debian-specific lines, there should
be never any need to use them with non-GNU make.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/make_dist.mk
build/msw/wx_base.dsp