projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix ar7 compile
[openwrt.git]
/
obsolete-buildroot
/
make
/
oidentd.mk
diff --git
a/obsolete-buildroot/make/oidentd.mk
b/obsolete-buildroot/make/oidentd.mk
index
e833ac0
..
67cf74d
100644
(file)
--- 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)
# 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) :
# We need to download sources if we dont have them
$(DL_DIR)/$(OIDENTD_SOURCE) :
@@
-67,8
+67,8
@@
$(OIDENTD_DIR)/$(OIDENTD_TARGET): $(OIDENTD_DIR)/.configured
cd $(OIDENTD_DIR); make
cd $(OIDENTD_DIR); make
-$(BUILD_DIR)/$(OIDENTD_IPKTARGET): $(OIDENTD_DIR)/ipkg/rules
- (cd $(OIDENTD_DIR);
ipkg-buildpackage
)
+$(BUILD_DIR)/$(OIDENTD_IPKTARGET): $(OIDENTD_DIR)/
$(OIDENTD_TARGET) $(OIDENTD_DIR)/
ipkg/rules
+ (cd $(OIDENTD_DIR);
$(IPKG_BUILDPACKAGE)
)
This page took
0.021699 seconds
and
4
git commands to generate.