Make `make clean' remove `freetype2.pc'.

This is a generated file at build time, not configure time.

* builds/unix/unix-def.in (DISTCLEAN): Move `freetype2.pc' to ...
(CLEAN): This variable.
This commit is contained in:
Werner Lemberg 2014-03-01 12:48:07 +01:00
parent 00c79ed968
commit 646db05dfd
2 changed files with 18 additions and 9 deletions

View File

@ -1,3 +1,12 @@
2014-03-01 Werner Lemberg <wl@gnu.org>
Make `make clean' remove `freetype2.pc'.
This is a generated file at build time, not configure time.
* builds/unix/unix-def.in (DISTCLEAN): Move `freetype2.pc' to ...
(CLEAN): This variable.
2014-03-01 Werner Lemberg <wl@gnu.org> 2014-03-01 Werner Lemberg <wl@gnu.org>
Use pkg-config for detecting libpng and libbz2 also. Use pkg-config for detecting libpng and libbz2 also.

View File

@ -34,16 +34,16 @@ INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@ INSTALL_SCRIPT := @INSTALL_SCRIPT@
MKINSTALLDIRS := $(BUILD_DIR)/mkinstalldirs MKINSTALLDIRS := $(BUILD_DIR)/mkinstalldirs
CLEAN += $(OBJ_BUILD)/freetype-config CLEAN += $(OBJ_BUILD)/freetype-config \
$(OBJ_BUILD)/freetype2.pc
DISTCLEAN += $(OBJ_BUILD)/config.cache \ DISTCLEAN += $(OBJ_BUILD)/config.cache \
$(OBJ_BUILD)/config.log \ $(OBJ_BUILD)/config.log \
$(OBJ_BUILD)/config.status \ $(OBJ_BUILD)/config.status \
$(OBJ_BUILD)/unix-def.mk \ $(OBJ_BUILD)/unix-def.mk \
$(OBJ_BUILD)/unix-cc.mk \ $(OBJ_BUILD)/unix-cc.mk \
$(OBJ_BUILD)/ftconfig.h \ $(OBJ_BUILD)/ftconfig.h \
$(OBJ_BUILD)/freetype2.pc \ $(LIBTOOL) \
$(LIBTOOL) \
$(OBJ_BUILD)/Makefile $(OBJ_BUILD)/Makefile