summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-02-09 16:12:11 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-02-09 16:12:11 +0000
commitf6811909155ccef88230fe943609979c624fde0e (patch)
treed0211e88769594a1b52967dafa7b58a78d8432b2 /rules/dhcp.make
parentbef26d841b188e605d46c16eb51f4a79efb55845 (diff)
downloadptxdist-f6811909155ccef88230fe943609979c624fde0e.tar.gz
ptxdist-f6811909155ccef88230fe943609979c624fde0e.tar.xz
Update to later version; still does not cross compile.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1054 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dhcp.make')
-rw-r--r--rules/dhcp.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/dhcp.make b/rules/dhcp.make
index 76ffc2adf..140afe166 100644
--- a/rules/dhcp.make
+++ b/rules/dhcp.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: dhcp.make,v 1.2 2003/12/23 10:48:08 robert Exp $
+# $Id: dhcp.make,v 1.3 2004/02/09 16:12:11 robert Exp $
#
# Copyright (C) 2003 by Benedikt Spranger
#
@@ -19,7 +19,7 @@ endif
#
# Paths and names
#
-DHCP_VERSION = 3.0pl2
+DHCP_VERSION = 3.0.1rc12
DHCP = dhcp-$(DHCP_VERSION)
DHCP_SUFFIX = tar.gz
DHCP_URL = ftp://ftp.isc.org/isc/dhcp/$(DHCP).$(DHCP_SUFFIX)
@@ -91,7 +91,7 @@ dhcp_compile_deps = $(STATEDIR)/dhcp.prepare
$(STATEDIR)/dhcp.compile: $(dhcp_compile_deps)
@$(call targetinfo, $@)
- $(DHCP_PATH) make -C $(DHCP_DIR)
+ cd $(DHCP_DIR) && $(DHCP_PATH) make
touch $@
# ----------------------------------------------------------------------------