remove weird /lib64 directory
[openwrt.git] / package / Makefile
index adeb238..12ea942 100644 (file)
@@ -16,6 +16,10 @@ $(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
 
This page took 0.027606 seconds and 4 git commands to generate.