1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03: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:
groz
2004-06-08 09:24:22 +00:00
parent 6f22d623d0
commit 1ff93ae128

View File

@@ -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)