From a39b10bd2574825a815d6ad854499dd127cfa9cb Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 7 Feb 2011 18:10:54 +0100 Subject: Build arm and x86 binaries at the same time. Change-Id: I105c5a097c988cb964b47b40b71c7a08af0d9210 --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b23968..4f9bfec 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,16 @@ # limitations under the License. # +# disable implicit rules +.SUFFIXES: +%:: %,v +%:: RCS/% +%:: RCS/%,v +%:: s.% +%:: SCCS/s.% +%.c: %.w %.ch + + # this is a set of definitions that allow the usage of Makefile.android # even if we're not using the Android build system. # @@ -23,7 +33,7 @@ CONFIG_MAKE := $(OBJS_DIR)/config.make CONFIG_H := $(OBJS_DIR)/config-host.h ifeq ($(wildcard $(CONFIG_MAKE)),) - $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "rebuilt.sh" script) + $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script) endif include $(CONFIG_MAKE) -- cgit v1.1