diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 02:37:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 02:37:23 +0000 |
commit | 7654e9a41952efeed72980460037870c84c51e75 (patch) | |
tree | 3f6f6203e55ddf82cf0b284e938c9e9fd783b725 /package | |
parent | 02603157957a665c970e9b4563ebd0f4fd5f63bb (diff) |
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')
-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 3303260d4..ec4ea41fd 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/ |