Skip to content

Commit

Permalink
build: simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <[email protected]>
  • Loading branch information
opntr committed Mar 23, 2014
1 parent aec4fa2 commit a83a887
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ UNAME_M := $(shell uname -m)
ifeq ($(UNAME_M), x86_64)
ifeq (,$(wildcard $(LIBDIR)))
LIBDIR = $(DESTDIR)$(PREFIX)/lib64
else
LIBDIR = $(DESTDIR)$(PREFIX)/lib
endif
endif

LIBDATADIR = $(LIBDIR)
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), FreeBSD)
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
else
LIBDATADIR = $(LIBDIR)
endif

INSTALL_BIN ?= install
Expand Down

0 comments on commit a83a887

Please sign in to comment.