build: simplify

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
This commit is contained in:
Oliver Pinter 2014-03-23 19:01:19 +01:00 committed by Nguyen Anh Quynh
parent f784b26714
commit dc5a2b1cc4
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,6 @@ UNAME_M := $(shell uname -m)
ifeq ($(UNAME_M), x86_64)
ifeq (,$(wildcard $(LIBDIR)))
LIBDIR = $(DESTDIR)$(PREFIX)/lib64
else
LIBDIR = $(DESTDIR)$(PREFIX)/lib
endif
endif
@ -43,8 +41,6 @@ LIBDATADIR = $(LIBDIR)
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), FreeBSD)
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
else
LIBDATADIR = $(LIBDIR)
endif
INSTALL_BIN ?= install