summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-09-09 07:25:12 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-09-09 07:25:12 +0000
commit6772cdbf661d96750b1c16bd773ee3ba7eddd520 (patch)
tree0fa550925a6960d09f90ee9b658014b25f159b6e /rules/python.make
parentcf158c59a09e08122eb6c7e274dfb414c223f607 (diff)
downloadptxdist-6772cdbf661d96750b1c16bd773ee3ba7eddd520.tar.gz
ptxdist-6772cdbf661d96750b1c16bd773ee3ba7eddd520.tar.xz
* extract
fixed typo "call call" -> "call clean" git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@284 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/python.make b/rules/python.make
index 0837d1435..0ca64293a 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: python.make,v 1.1 2003/09/08 23:43:19 mkl Exp $
+# $Id: python.make,v 1.2 2003/09/09 07:25:12 mkl Exp $
#
# (c) 2003 by David R Bacon
# See CREDITS for details about who has contributed to this project.
@@ -42,7 +42,7 @@ $(STATEDIR)/python.get: $(python_get_deps)
$(PYTHON_SOURCE):
@$(call targetinfo, $(PYTHON_SOURCE))
- @$(call get,$(PYTHON_URL))
+ @$(call get, $(PYTHON_URL))
# ----------------------------------------------------------------------------
# Extract
@@ -55,7 +55,7 @@ python_extract_deps = \
$(STATEDIR)/python.extract: $(python_extract_deps)
@$(call targetinfo, python.extract)
- @$(call call, $(PYTHON_DIR))
+ @$(call clean, $(PYTHON_DIR))
@$(call extract, $(PYTHON_SOURCE))
@$(call patchin, $(PYTHON_DIR), $(PYTHON))
touch $@
@@ -148,4 +148,4 @@ python_clean:
rm -fr $(PYTHON_DIR)
rm -fr $(PYTHON_BUILDDIR)
-# vim: syntax=make \ No newline at end of file
+# vim: syntax=make