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 | d93fb2d34716b89b9fd980a5322b512f8f0301b2 (patch) | |
tree | 6c89cf1697e01bcb90d059951451f04f0d506c93 /package/libnl/Makefile | |
parent | 3de5e1d29a29920511a073eba38b7598e2a61ea6 (diff) | |
download | upstream-d93fb2d34716b89b9fd980a5322b512f8f0301b2.tar.gz upstream-d93fb2d34716b89b9fd980a5322b512f8f0301b2.tar.bz2 upstream-d93fb2d34716b89b9fd980a5322b512f8f0301b2.zip |
fix a compile error in libnl
SVN-Revision: 9911
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/ |