From e9ba952c22ca559961aebb95872f319a60b1a898 Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Sat, 13 Oct 2012 06:23:18 -0400 Subject: [PATCH] Don't hardcode LIBPREFIX --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b837fb7..4901162 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ ifneq ($(shell gcc -v 2>&1 | grep 'Apple Inc'),) APPLE=1 endif -LIBPREFIX = /Library/Fink/sl64 /opt/local ifdef APPLE ifeq ($(CC),gcc) LDFLAGS += -search_paths_first