another batch of V= stuff
[openwrt.git] / target / linux / package / openwrt / Makefile
index d1f8673..72c8704 100644 (file)
@@ -42,9 +42,12 @@ $(IPKG_OPENWRT): $(IDIR_OPENWRT)
        $(RSTRIP) $(IDIR_OPENWRT)
        $(IPKG_BUILD) $(IDIR_OPENWRT) $(PACKAGE_DIR)
 
-install: compile
+install-targets: compile openwrt-install
+
+openwrt-install:
        $(IPKG) install $(IPKG_OPENWRT)
-compile: install-dev $(IPKG_OPENWRT)
+
+compile-targets: install-dev $(IPKG_OPENWRT)
 install-dev:
        mkdir -p $(STAGING_DIR)/usr/include
        cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/
This page took 0.022213 seconds and 4 git commands to generate.