Makefile: remove useless variable
This commit is contained in:
parent
9c03fa9c10
commit
400b407323
|
|
@ -5,7 +5,6 @@ DATAROOTDIR = $(PREFIX)/share
|
|||
DATADIR ?= $(DATAROOTDIR)
|
||||
MANDIR ?= $(DATAROOTDIR)/man
|
||||
|
||||
SETUPTOOLSOPTIONS =
|
||||
ifdef DESTDIR
|
||||
SETUPTOOLSOPTS = --root="$(DESTDIR)"
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue