diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-12 19:54:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-12 19:54:17 +0000 |
commit | f83ff5a9deae5d6688af201de4c09eb0c0f81686 (patch) | |
tree | 2d5913a0ba1d29a7d1e3dbf1c68e80386d226b5b /openwrt/package/arptables/Makefile | |
parent | a2e7f7d1ec9cea14ecd2535b2ed305afedcbca53 (diff) |
oops... forgot to create build stamp file for some of the packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@854 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/arptables/Makefile')
-rw-r--r-- | openwrt/package/arptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile index e770fef590..018d8afd49 100644 --- a/openwrt/package/arptables/Makefile +++ b/openwrt/package/arptables/Makefile @@ -22,6 +22,7 @@ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \ CFLAGS="$(TARGET_CFLAGS) -Wall -I$(PKG_BUILD_DIR)/include/linux/include -I$(PKG_BUILD_DIR)/include -DARPTABLES_VERSION=\\\"$(PKG_VERSION)\\\" " + touch $@ $(IPKG_ARPTABLES): mkdir -p $(IDIR_ARPTABLES)/usr/sbin |