diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 02:37:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 02:37:23 +0000 |
commit | 084208e43d0c542a8bf1da9b957d2fa8ac1daea6 (patch) | |
tree | 3f6f6203e55ddf82cf0b284e938c9e9fd783b725 /package/libnl/Makefile | |
parent | c3404552a57d4816d14ed91ee228b2f8675405a0 (diff) | |
download | master-187ad058-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.tar.gz master-187ad058-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.tar.bz2 master-187ad058-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.zip |
fix a compile error in libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9911 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl/Makefile')
-rw-r--r-- | package/libnl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 3303260d4e..ec4ea41fd3 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -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/ |