forked from minhngoc25a/freetype2
Fix Savannah bug #41465.
* builds/unix/unix-def.in (CLEAN): Add `freetype-config'. (DISTCLEAN): Remove `freetype-config'.
This commit is contained in:
parent
7be2a94a50
commit
85ee27ae93
|
@ -1,3 +1,10 @@
|
|||
2014-02-12 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix Savannah bug #41465.
|
||||
|
||||
* builds/unix/unix-def.in (CLEAN): Add `freetype-config'.
|
||||
(DISTCLEAN): Remove `freetype-config'.
|
||||
|
||||
2014-02-08 Sean McBride <sean@rogue-research.com>
|
||||
|
||||
Fix clang static analyzer and compiler warnings.
|
||||
|
|
|
@ -34,13 +34,14 @@ INSTALL_PROGRAM := @INSTALL_PROGRAM@
|
|||
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 \
|
||||
$(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
|
||||
|
|
Loading…
Reference in New Issue