add missing .configured target
SVN-Revision: 2381
This commit is contained in:
parent
2971791965
commit
bcf69741e3
1 changed files with 3 additions and 0 deletions
|
@ -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_MODULE_FILES := $(foreach module,$(SER_MODULES),modules/$(module)/$(module).so)
|
||||||
SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))
|
SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
extra_defs="-DUSE_PTHREAD_MUTEX " \
|
extra_defs="-DUSE_PTHREAD_MUTEX " \
|
||||||
|
|
Loading…
Reference in a new issue