diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-17 14:21:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-17 14:21:14 +0000 |
commit | ca9147efb987908d43b55cf341c7573c6852c6eb (patch) | |
tree | 12d6f927e887bf3f860d32b43cc323d723e3f908 /package/hostapd | |
parent | 4235aee8c25e5725d40fdd1a2b22f1807bda26bd (diff) | |
download | upstream-ca9147efb987908d43b55cf341c7573c6852c6eb.tar.gz upstream-ca9147efb987908d43b55cf341c7573c6852c6eb.tar.bz2 upstream-ca9147efb987908d43b55cf341c7573c6852c6eb.zip |
clean up stale stampfiles
SVN-Revision: 9576
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index f92a5754fa..e2016a56be 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -118,6 +118,7 @@ define Package/Template endef define Build/Configure + rm -f $(PKG_BUILD_DIR)/.configured* $(call Build/Configure/default) $(call Build/Configure/mini) endef |