From 9203a7c1e285db6ee5d24be1bbbb789c19368acc Mon Sep 17 00:00:00 2001 From: davilla Date: Sat, 12 May 2012 16:26:47 -0400 Subject: [osx] fixed, do not include dcr.o, it is a standalong binary with a main --- lib/cximage-6.0/raw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cximage-6.0/raw/Makefile b/lib/cximage-6.0/raw/Makefile index a776c52f03..ad6b6bb1e1 100644 --- a/lib/cximage-6.0/raw/Makefile +++ b/lib/cximage-6.0/raw/Makefile @@ -3,7 +3,7 @@ ifeq ($(findstring osx,$(ARCH)), osx) CFLAGS+=-fno-common endif LIB=raw.a -OBJS=dcr.o libdcr.o +OBJS=libdcr.o include ../../../Makefile.include -- cgit v1.2.3