Revert "Use ?:= as the assignement operator for PREFIX."
[adu.git] / Makefile
index 78c9b1697b647cb6a56c9814ea2a94d8b86b8bdd..c61dff74c58533953951f105aaec1ce4c7965496 100644 (file)
--- 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