remove weird /lib64 directory
[openwrt.git] / package / Makefile
index 0dc2670..12ea942 100644 (file)
@@ -1,7 +1,7 @@
 # Main makefile for the packages
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/.config
-include .pkgdeps
+include $(TOPDIR)/.pkgdeps
 
 COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m))
 INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
@@ -16,11 +16,15 @@ $(STAMP_DIR) $(TARGET_DIR):
        @echo "-> make $@"
        $(MAKE) -C $(patsubst %-compile,%,$@) compile
 
+%-install: $(STAMP_DIR) $(TARGET_DIR)
+       @echo "-> make $@"
+       $(MAKE) -C $(patsubst %-install,%,$@) install
+
 %-clean: $(STAMP_DIR) $(TARGET_DIR)
        $(MAKE) -C $(patsubst %-clean,%,$@) clean
 
 
-.pkgdeps: $(TOPDIR)/.pkginfo
+$(TOPDIR)/.pkgdeps: $(TOPDIR)/.pkginfo
        @$(TOPDIR)/scripts/gen_deps.pl < $< > $@ || rm -f $@
 
 all: compile
This page took 0.024311 seconds and 4 git commands to generate.