allow make DESTDIR=... install
This commit is contained in:
parent
4e8f255e97
commit
e52ec8c89c
@ -40,7 +40,8 @@ CXXFLAGS+=@CXXDEBUG_FLAG@
|
||||
LIBS=-lstdc++ -lexpat
|
||||
INSTALL=@INSTALL@
|
||||
INSTALL_PROGRAM=$(INSTALL) -m 555
|
||||
BINDIR=@prefix@/bin
|
||||
DESTDIR=@prefix@
|
||||
BINDIR=$(DESTDIR)/bin
|
||||
|
||||
.PHONEY: test-programs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user