ref: 85ee27ae9328aab5e8786a21ff4a2c3b2597bfc3
parent: 7be2a94a50109773459414687151d70a99a1b6bd
author: Werner Lemberg <[email protected]>
date: Wed Feb 12 18:27:41 EST 2014
Fix Savannah bug #41465. * builds/unix/unix-def.in (CLEAN): Add `freetype-config'. (DISTCLEAN): Remove `freetype-config'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-02-12 Werner Lemberg <[email protected]>
+
+ Fix Savannah bug #41465.
+
+ * builds/unix/unix-def.in (CLEAN): Add `freetype-config'.
+ (DISTCLEAN): Remove `freetype-config'.
+
2014-02-08 Sean McBride <[email protected]>
Fix clang static analyzer and compiler warnings.
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -34,6 +34,8 @@
INSTALL_SCRIPT := @INSTALL_SCRIPT@
MKINSTALLDIRS := $(BUILD_DIR)/mkinstalldirs
+CLEAN += $(OBJ_BUILD)/freetype-config
+
DISTCLEAN += $(OBJ_BUILD)/config.cache \
$(OBJ_BUILD)/config.log \
$(OBJ_BUILD)/config.status \
@@ -40,7 +42,6 @@
$(OBJ_BUILD)/unix-def.mk \
$(OBJ_BUILD)/unix-cc.mk \
$(OBJ_BUILD)/ftconfig.h \
- $(OBJ_BUILD)/freetype-config \
$(OBJ_BUILD)/freetype2.pc \
$(LIBTOOL) \
$(OBJ_BUILD)/Makefile