Makefile: remove useless variable

This commit is contained in:
Eli Schwartz 2019-07-23 21:18:24 -04:00
parent 9c03fa9c10
commit 400b407323
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ DATAROOTDIR = $(PREFIX)/share
DATADIR ?= $(DATAROOTDIR)
MANDIR ?= $(DATAROOTDIR)/man
SETUPTOOLSOPTIONS =
ifdef DESTDIR
SETUPTOOLSOPTS = --root="$(DESTDIR)"
endif