kamikaze 7_09 packages/ was broken by [9173]
authorJohn Crispin <john@openwrt.org>
Sun, 7 Oct 2007 20:02:59 +0000 (20:02 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 7 Oct 2007 20:02:59 +0000 (20:02 +0000)
SVN-Revision: 9180

include/package.mk

index 125355ba4a49bd41c3f6246dc6439021c1b1953d..2e258a3101a0ebde294307b07e2085bccc0dbd52 100644 (file)
@@ -68,7 +68,7 @@ define Build/DefaultTargets
     compile: $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
     $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(STAMP_BUILT)
        mkdir -p $(STAGING_DIR)/stampfiles
-       $(Build/InstallDev)
+       $(call Build/InstallDev,$(STAGING_DIR))
        touch $$@
   endif