diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-01 16:49:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-01 16:49:24 +0000 |
commit | 66474e3957a44d4354510169381be896f79331fc (patch) | |
tree | 49ddb972f343895d0cfabbc236a8e1f6a996fbde /openwrt/package/libpcap/Makefile | |
parent | 160fb73c17c31c29ab040d3e30f9c6f6f2198d93 (diff) |
build libpcap package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpcap/Makefile')
-rw-r--r-- | openwrt/package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 1980429d81..e9144a6cfb 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -80,7 +80,7 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) source: $(DL_DIR)/$(PKG_SOURCE_FILE) prepare: $(PKG_BUILD_DIR)/.patched -compile: $(STAGING_DIR)/usr/lib/libpcap.a +compile: $(STAGING_DIR)/usr/lib/libpcap.a $(PKG_IPK) install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list clean: |