diff --git a/Makefile b/Makefile index 42654fe..625e574 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX ?= /usr/local -INCLUDE = $(PREFIX)/include/bitstream +INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream all: @echo "nothing to do"