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:
parent
00c79ed968
commit
646db05dfd
@ -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>
|
||||
|
||||
Use pkg-config for detecting libpng and libbz2 also.
|
||||
|
@ -34,16 +34,16 @@ INSTALL_PROGRAM := @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT := @INSTALL_SCRIPT@
|
||||
MKINSTALLDIRS := $(BUILD_DIR)/mkinstalldirs
|
||||
|
||||
CLEAN += $(OBJ_BUILD)/freetype-config
|
||||
CLEAN += $(OBJ_BUILD)/freetype-config \
|
||||
$(OBJ_BUILD)/freetype2.pc
|
||||
|
||||
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)/freetype2.pc \
|
||||
$(LIBTOOL) \
|
||||
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 \
|
||||
$(LIBTOOL) \
|
||||
$(OBJ_BUILD)/Makefile
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user