diff --git a/devLib/Makefile b/devLib/Makefile index 48cf3ae..9ec163d 100644 --- a/devLib/Makefile +++ b/devLib/Makefile @@ -22,8 +22,8 @@ ################################################################################# VERSION=$(shell cat ../VERSION) -DESTDIR=/usr -PREFIX=/local +DESTDIR?=/usr +PREFIX?=/local ifneq ($V,1) Q ?= @ diff --git a/gpio/Makefile b/gpio/Makefile index 82a817c..095ec48 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -23,8 +23,8 @@ # along with wiringPi. If not, see . ################################################################################# -DESTDIR=/usr -PREFIX=/local +DESTDIR?=/usr +PREFIX?=/local ifneq ($V,1) Q ?= @ diff --git a/wiringPi/Makefile b/wiringPi/Makefile index 3a1b99f..c0623ce 100644 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -22,8 +22,8 @@ ################################################################################# VERSION=$(shell cat ../VERSION) -DESTDIR=/usr -PREFIX=/local +DESTDIR?=/usr +PREFIX?=/local ifneq ($V,1) Q ?= @