default.cf: Work around for mistmatched gcc -dumpmachine and /usr/lib/
[sdk] / deps / zlib / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index f55e3af..728c2f9
@@ -37,11 +37,11 @@ include $(_CF_DIR)default.cf
 
 # POST-INCLUDES VARIABLES
 
-OBJ = obj/$(CONFIG).$(PLATFORM)/
+OBJ = obj/$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)/
 
 RES = 
 
-TARGET = obj/$(CONFIG).$(PLATFORM)/$(LP)z$(A)
+TARGET = obj/$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)/$(LP)z$(A)
 
 _OBJECTS = \
        $(OBJ)adler32.o \