mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 02:54:43 +02:00
fixed minor dependancy breakage in oidentd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@70 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6f22d623d0
commit
1ff93ae128
@ -25,7 +25,7 @@ OIDENTDIPK_SRC=oidentd-2.0.7-pkg.tgz
|
|||||||
# define a target for the master makefile
|
# define a target for the master makefile
|
||||||
oidentd: $(OIDENTD_DIR)/$(OIDENTD_TARGET)
|
oidentd: $(OIDENTD_DIR)/$(OIDENTD_TARGET)
|
||||||
|
|
||||||
oidentd-ipk: $(BUILD_DIR)/$(OIDENTD_IPKTARGET)
|
oidentd-ipk: $(BUILD_DIR)/$(OIDENTD_IPKTARGET)
|
||||||
|
|
||||||
# We need to download sources if we dont have them
|
# We need to download sources if we dont have them
|
||||||
$(DL_DIR)/$(OIDENTD_SOURCE) :
|
$(DL_DIR)/$(OIDENTD_SOURCE) :
|
||||||
@ -67,7 +67,7 @@ $(OIDENTD_DIR)/$(OIDENTD_TARGET): $(OIDENTD_DIR)/.configured
|
|||||||
cd $(OIDENTD_DIR); make
|
cd $(OIDENTD_DIR); make
|
||||||
|
|
||||||
|
|
||||||
$(BUILD_DIR)/$(OIDENTD_IPKTARGET): $(OIDENTD_DIR)/ipkg/rules
|
$(BUILD_DIR)/$(OIDENTD_IPKTARGET): $(OIDENTD_DIR)/$(OIDENTD_TARGET) $(OIDENTD_DIR)/ipkg/rules
|
||||||
(cd $(OIDENTD_DIR); ipkg-buildpackage)
|
(cd $(OIDENTD_DIR); ipkg-buildpackage)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user