From 87acf8604e4c9bf901ce7f763fa33ecb5dc4e4ae Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Mon, 4 Mar 2013 22:43:11 -0600 Subject: [PATCH] make: fix ifdef, APPLE is now defined to 0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eaf94601..317db89a 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ ${GREG}: tools/greg.c tools/compile.c tools/tree.c # the installed version assumes bin/potion loading from ../lib/libpotion (relocatable) # on darwin we generate a parallel p2/../lib to use @executable_path/../lib/libpotion -ifdef APPLE +ifeq (${APPLE},1) LIBHACK = ../lib/libpotion.dylib else LIBHACK =