diff options
author | davilla <davilla@4pi.com> | 2012-05-12 16:26:47 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-05-12 16:43:50 -0400 |
commit | 9203a7c1e285db6ee5d24be1bbbb789c19368acc (patch) | |
tree | 32e70db5dcad43a3ab59817103dc62c251f7b5e5 /lib/cximage-6.0 | |
parent | b8a3e19185fee39380b080f7e91a1e1c3dbf3a5b (diff) |
[osx] fixed, do not include dcr.o, it is a standalong binary with a main
Diffstat (limited to 'lib/cximage-6.0')
-rw-r--r-- | lib/cximage-6.0/raw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |