projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c8248
)
add missing .configured target
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:52:58 +0000
(17:52 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:52:58 +0000
(17:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2381
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ser/Makefile
patch
|
blob
|
history
diff --git
a/package/ser/Makefile
b/package/ser/Makefile
index
603d4bc
..
0457996
100644
(file)
--- a/
package/ser/Makefile
+++ b/
package/ser/Makefile
@@
-21,6
+21,9
@@
SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops nathelper
SER_MODULE_FILES := $(foreach module,$(SER_MODULES),modules/$(module)/$(module).so)
SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
extra_defs="-DUSE_PTHREAD_MUTEX " \
This page took
0.026798 seconds
and
4
git commands to generate.