diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 04:27:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 04:27:26 +0000 |
commit | 4e9098644a292077129c059467d9b955bc81880d (patch) | |
tree | 2d6a1a5b74facac54460338e6d34a2455e6feb42 /openwrt/package | |
parent | 2a2b07a40a1152ef3fceda72cc8719fde8a17dfd (diff) |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 89f975344..bedebf2c7 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -73,8 +73,9 @@ $(IPKG_LIBPCAP): $(STAGING_DIR)/usr/lib/libpcap.so: $(PKG_BUILD_DIR)/.built mkdir -p $(STAGING_DIR)/usr/include cp -fpR $(PKG_INSTALL_DIR)/usr/include/pcap* $(STAGING_DIR)/usr/include/ - mkdir -p $(I_LIBPCAP_DEV)/usr/lib + mkdir -p $(STAGING_DIR)/usr/lib cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} $(STAGING_DIR)/usr/lib/ + touch $(STAGING_DIR)/usr/lib/libpcap.so install-dev: $(STAGING_DIR)/usr/lib/libpcap.so |