diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 19:54:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 19:54:17 +0000 |
commit | a4d4dfc622ee898e3d1a3402e795f99668028881 (patch) | |
tree | da31eb2053c3458b8f3381e0f7aeaececdfb813a /package/aiccu | |
parent | d475aa77a60420b57f4b8d1c205ec71a02e8efc3 (diff) | |
download | upstream-a4d4dfc622ee898e3d1a3402e795f99668028881.tar.gz upstream-a4d4dfc622ee898e3d1a3402e795f99668028881.tar.bz2 upstream-a4d4dfc622ee898e3d1a3402e795f99668028881.zip |
oops... forgot to create build stamp file for some of the packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@854 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/aiccu')
-rw-r--r-- | package/aiccu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index f680f33ccb..7d3633c494 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -17,6 +17,7 @@ $(eval $(call PKG_template,AICCU,aiccu,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.built: $(SED) "s,strip,$(STRIP)," $(PKG_BUILD_DIR)/unix-console/Makefile $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" DEBUG=0 -C $(PKG_BUILD_DIR) + touch $@ $(IPKG_AICCU): mkdir -p $(IDIR_AICCU)/usr/sbin $(IDIR_AICCU)/etc/init.d |