lots of small package changes and dependency cleanups for the V= stuff
[openwrt.git] / package / freetype / Makefile
index c99cb72..5744970 100644 (file)
@@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk
 
 $(eval $(call PKG_template,LIBFREETYPE,libfreetype,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
-$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
                CFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
@@ -84,5 +84,5 @@ uninstall-dev:
                $(STAGING_DIR)/usr/lib/libfreetype.{a,so*} \
                $(STAGING_DIR)/usr/lib/pkgconfig/freetype2.pc \
 
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
This page took 0.029233 seconds and 4 git commands to generate.