fixed minor dependancy breakage in oidentd

SVN-Revision: 70
This commit is contained in:
Gerry Rozema 2004-06-08 09:24:22 +00:00
parent 954b5a82ce
commit 76d6c06063
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ OIDENTDIPK_SRC=oidentd-2.0.7-pkg.tgz
# define a target for the master makefile
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
$(DL_DIR)/$(OIDENTD_SOURCE) :
@ -67,7 +67,7 @@ $(OIDENTD_DIR)/$(OIDENTD_TARGET): $(OIDENTD_DIR)/.configured
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)