fix a compile error in libnl
authorFelix Fietkau <nbd@openwrt.org>
Tue, 25 Dec 2007 02:37:23 +0000 (02:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 25 Dec 2007 02:37:23 +0000 (02:37 +0000)
SVN-Revision: 9911

package/libnl/Makefile

index 3303260d4edf6d65945f6dc95a8be73445c03c78..ec4ea41fd31f937bc45ac72affaea6333daa0e14 100644 (file)
@@ -38,6 +38,7 @@ endef
 
 ifneq ($(CONFIG_LINUX_2_6_23),)
   define Build/InstallDev
+       $(INSTALL_DIR) $(1)
        $(CP) $(PKG_INSTALL_DIR)/* $(1)/
        mkdir -p $(1)/usr/include/libnl
        $(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/