From: Gerry Rozema Date: Tue, 8 Jun 2004 09:24:22 +0000 (+0000) Subject: fixed minor dependancy breakage in oidentd X-Git-Tag: reboot~33638 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76d6c06063c4cf2003ca860f2e91cd6c1ecd1c4b;p=oweals%2Fopenwrt.git fixed minor dependancy breakage in oidentd SVN-Revision: 70 --- diff --git a/obsolete-buildroot/make/oidentd.mk b/obsolete-buildroot/make/oidentd.mk index e833ac0aec..e0d8a4b003 100644 --- a/obsolete-buildroot/make/oidentd.mk +++ b/obsolete-buildroot/make/oidentd.mk @@ -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)