diff --git a/include/Makefile b/include/Makefile index 4a0c6d4..f918d6f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -21,7 +21,7 @@ INSTALLFILES = $(wildcard bpftune/*.h) DESTDIR ?= prefix ?= /usr -installprefix ?= $(DESTDIR)/$(prefix) +installprefix = $(DESTDIR)/$(prefix) INSTALLPATH = $(installprefix)/include