chiark / gitweb /
Makefiles: Do not override PREFIX or DESTDIR from the environment
[wiringPi.git] / wiringPi / Makefile
index 3a1b99f89aae61d00d6818a6fecb61925164ac02..c0623ce3f14e833b9e421584d5e210843864552d 100644 (file)
@@ -22,8 +22,8 @@
 #################################################################################
 
 VERSION=$(shell cat ../VERSION)
-DESTDIR=/usr
-PREFIX=/local
+DESTDIR?=/usr
+PREFIX?=/local
 
 ifneq ($V,1)
 Q ?= @