projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cace3d5
)
add missing .configured target
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:52:28 +0000
(17:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:52:28 +0000
(17:52 +0000)
SVN-Revision: 2380
openwrt/package/robocfg/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/robocfg/Makefile
b/openwrt/package/robocfg/Makefile
index 6f511c043375bc82d9ec13746d154d8173e53d03..54daea8e862454955aebf21942835efb7cb2fe40 100644
(file)
--- a/
openwrt/package/robocfg/Makefile
+++ b/
openwrt/package/robocfg/Makefile
@@
-13,7
+13,10
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
- mkdir -p $@
+ mkdir -p $(PKG_BUILD_DIR)
+ touch $@
+
+$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built: