From 9072b0c98ba4f9412885a1a32002ee7214fd3dc0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 30 Jan 2014 03:36:23 +0000 Subject: Attempting to fix OSX compatibility, it's not 100%, but it builds and most things seem to work. We've also tested against LLVM. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7997c4b..160e6c4 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(foreach fn,$(wildcard src/experimental/*.h),bu/$(notdir ${fn})): bu/%: src/exp ln -s ../$< $@ $(patsubst src/%,bu/%,$(wildcard src/compat/*.h)): bu/%: src/% - ln -s ../../$< $@ + mkdir -p bu/compat; ln -s ../../$< $@ autoconfig: autoconfig.cpp ${CXX} -o autoconfig autoconfig.cpp -- cgit v1.2.3