From: Andre Noll Date: Thu, 5 Nov 2009 10:28:37 +0000 (+0100) Subject: Revert "Use ?:= as the assignement operator for PREFIX." X-Git-Tag: v0.1.0~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=5fe662c063a540789d39dee9fbceafb042d7ebf5;hp=59af25aafd51b706ed67784aa84332965c31bb26 Revert "Use ?:= as the assignement operator for PREFIX." This reverts commit 59af25aafd51b706ed67784aa84332965c31bb26 as it does not work with all versions of (gnu) make. --- diff --git a/Makefile b/Makefile index 78c9b16..c61dff7 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CPPFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib -PREFIX ?:= /usr/local +PREFIX ?= /usr/local ifeq "$(origin CC)" "default" CC := gcc endif