summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
commita909822ea915cfbf2387bd13885faf39f03a585d (patch)
treed1d57fd082fa7139c17453a538a37b4f82c3cb2e /rules/host-apache2.make
parent94df0f6084d8f7f3513ab7a4cc64e0de64c7e3c1 (diff)
downloadptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.gz
ptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.xz
changed get and extract macros to use packet labels
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-apache2.make')
-rw-r--r--rules/host-apache2.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index a82ff5f2a..4e689fbb6 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -40,7 +40,7 @@ host-apache2_extract: $(STATEDIR)/host-apache2.extract
$(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_APACHE2_DIR))
- @$(call extract, $(APACHE2_SOURCE), $(HOST_BUILDDIR))
+ @$(call extract, APACHE2, $(HOST_BUILDDIR))
@$(call patchin, $(APACHE2), $(HOST_APACHE2_DIR))
@$(call touch, $@)