lots of small package changes and dependency cleanups for the V= stuff
[openwrt/svn-archive/archive.git] / openwrt / package / cgilib / Makefile
index 3e17975c1e88fd1575e44141ade36fd6c5d8a7ba..9a0534fe5df812a72669df38ea26c6c1ea6b472d 100644 (file)
@@ -20,7 +20,7 @@ $(eval $(call PKG_template,CGILIB,cgilib,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 $(PKG_BUILD_DIR)/.configured:
        touch $@
 
-$(PKG_BUILD_DIR)/.built:
+$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
                OFLAGS="$(TARGET_CFLAGS)" \
@@ -41,11 +41,10 @@ $(STAGING_DIR)/usr/lib/libcgi.so: $(PKG_BUILD_DIR)/.built
        touch $@
 
 install-dev: $(STAGING_DIR)/usr/lib/libcgi.so
-
 uninstall-dev:
        rm -rf \
          $(STAGING_DIR)/usr/include/cgi.h \
          $(STAGING_DIR)/usr/lib/libcgi.{a,so*} \
 
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev