1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 11:09:20 +02:00

fix rebuild of pwlib and openh323 after root_clean.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3791 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-05-17 01:07:20 +00:00
parent f3dac60bce
commit 33ac34cace
2 changed files with 6 additions and 10 deletions

View File

@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
--enable-audio \
--disable-video \
);
ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
touch $@
@ -58,11 +59,8 @@ $(PKG_BUILD_DIR)/.built:
optnoshared
touch $@
install-link:
ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
uninstall-link:
rm -rf $(BUILD_DIR)/$(PKG_NAME)
rm -f $(BUILD_DIR)/$(PKG_NAME)
compile-targets: $(PKG_BUILD_DIR)/.built install-link
compile-targets: $(PKG_BUILD_DIR)/.built
clean-targets: uninstall-link

View File

@ -88,6 +88,7 @@ $(PKG_BUILD_DIR)/.configured:
--disable-wavfile \
--disable-xmlrpc \
);
ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
touch $@
$(PKG_BUILD_DIR)/.built:
@ -96,11 +97,8 @@ $(PKG_BUILD_DIR)/.built:
optnoshared
touch $@
install-link:
ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
uninstall-link:
rm -rf $(BUILD_DIR)/$(PKG_NAME)
rm -f $(BUILD_DIR)/$(PKG_NAME)
compile-targets: $(PKG_BUILD_DIR)/.built install-link
compile-targets: $(PKG_BUILD_DIR)/.built
clean-targets: uninstall-link