lots of small package changes and dependency cleanups for the V= stuff
[openwrt/staging/mkresin.git] / openwrt / package / base-files / Makefile
index 9cca04a7383775004de946dea7a57382cd24efb2..78e1f0a5348b3f93a262fcb3141b69b72d48137b 100644 (file)
@@ -76,9 +76,10 @@ $(IPKG_HOTPLUG):
        
 package-clean:
        rm -f $(PACKAGES)
-clean: package-clean
+       
+clean-targets: package-clean
 prepare:
-compile: $(PACKAGES)
-install: compile
+compile-targets: $(PACKAGES)
+install-targets: compile
        mkdir -p $(TARGET_DIR)
        $(IPKG) install $(PACKAGES)