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