Remove double PREFIX declaration

This commit is contained in:
Samuel Henrique 2016-11-02 17:46:55 -02:00
parent d9860f01d1
commit 250085102b

View File

@ -4,7 +4,6 @@ TARGET = pixiewps
CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c
SOURCE = $(TARGET).c random_r.c $(CRYPTO)
PREFIX ?= $(DESTDIR)/usr
PREFIX = $(DESTDIR)/usr
BINDIR = $(PREFIX)/bin
all: