summaryrefslogtreecommitdiff
path: root/icc/source
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-11-23 17:05:19 +0100
committerTomas Chvatal <tchvatal@suse.cz>2011-11-23 17:05:19 +0100
commitce2a78b4efe5c62d4aa13109401dc820e3891e71 (patch)
tree4dcbc74d50527f2b644978be869fc0948857ce47 /icc/source
parent07f2c05391f5cf8eed94c20787ab87cd0e09378f (diff)
Whitespace and expand comment, drop useless rm.
Diffstat (limited to 'icc/source')
-rw-r--r--icc/source/create_sRGB_profile/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icc/source/create_sRGB_profile/makefile.mk b/icc/source/create_sRGB_profile/makefile.mk
index d3dc3f9a5376..56a9a676c073 100644
--- a/icc/source/create_sRGB_profile/makefile.mk
+++ b/icc/source/create_sRGB_profile/makefile.mk
@@ -68,6 +68,7 @@ APP1STDLIBS=\
-lICC_utils
# this library is not in pkgconfig but in the same dir
# so no need to cry for it and just hardcode it here
+# bug also opened upstream about this
.ELSE
APP1LIBS=\
$(SLB)$/proflib.lib \
@@ -81,5 +82,4 @@ APP1OBJS= $(OBJFILES)
ALLTAR: $(TARGET)$(EXECPOST)
$(TARGET)$(EXECPOST): $(BIN)$/$(TARGET)$(EXECPOST)
- rm -rf $@
cd $(BIN)$/ && $(BIN)$/$(TARGET)$(EXECPOST)