summaryrefslogtreecommitdiffstats
path: root/rules/automake-1.7.6.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/automake-1.7.6.make')
-rw-r--r--rules/automake-1.7.6.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/rules/automake-1.7.6.make b/rules/automake-1.7.6.make
index 473c404f8..8651effff 100644
--- a/rules/automake-1.7.6.make
+++ b/rules/automake-1.7.6.make
@@ -1,11 +1,11 @@
# -*-makefile-*-
-# $Id: automake-1.7.6.make,v 1.1 2003/09/07 18:29:42 mkl Exp $
+# $Id: automake-1.7.6.make,v 1.2 2003/10/23 15:01:19 mkl Exp $
#
-# (c) 2003 by Marc Kleine-Budde
+# Copyright (C) 2003 by Marc Kleine-Budde <kleine-budde.de>
#
# See CREDITS for details about who has contributed to this project.
#
-# For further information about the PTXDIST project and license conditions
+# For further information about the PTXdist project and license conditions
# see the README file.
#
@@ -28,11 +28,11 @@ automake176_get: $(STATEDIR)/automake176.get
automake176_get_deps = $(AUTOMAKE176_SOURCE)
$(STATEDIR)/automake176.get: $(automake176_get_deps)
- @$(call targetinfo, automake176.get)
+ @$(call targetinfo, $@)
touch $@
$(AUTOMAKE176_SOURCE):
- @$(call targetinfo, $(AUTOMAKE176_SOURCE))
+ @$(call targetinfo, $@)
@$(call get, $(AUTOMAKE176_URL))
# ----------------------------------------------------------------------------
@@ -44,7 +44,7 @@ automake176_extract: $(STATEDIR)/automake176.extract
automake176_extract_deps = $(STATEDIR)/automake176.get
$(STATEDIR)/automake176.extract: $(automake176_extract_deps)
- @$(call targetinfo, automake176.extract)
+ @$(call targetinfo, $@)
@$(call clean, $(AUTOMAKE176_DIR))
@$(call extract, $(AUTOMAKE176_SOURCE))
touch $@
@@ -70,7 +70,7 @@ AUTOMAKE176_PATH = PATH=$(PTXCONF_PREFIX)/$(AUTOCONF257)/bin:$(CROSS_PATH)
AUTOMAKE176_AUTOCONF = --prefix=$(PTXCONF_PREFIX)/$(AUTOMAKE176)
$(STATEDIR)/automake176.prepare: $(automake176_prepare_deps)
- @$(call targetinfo, automake176.prepare)
+ @$(call targetinfo, $@)
@$(call clean, $(AUTOMAKE176_BUILDDIR))
cd $(AUTOMAKE176_DIR) && \
$(AUTOMAKE176_PATH) \
@@ -86,7 +86,7 @@ automake176_compile: $(STATEDIR)/automake176.compile
automake176_compile_deps = $(STATEDIR)/automake176.prepare
$(STATEDIR)/automake176.compile: $(automake176_compile_deps)
- @$(call targetinfo, automake176.compile)
+ @$(call targetinfo, $@)
$(AUTOMAKE176_PATH) make -C $(AUTOMAKE176_DIR)
touch $@
@@ -97,7 +97,7 @@ $(STATEDIR)/automake176.compile: $(automake176_compile_deps)
automake176_install: $(STATEDIR)/automake176.install
$(STATEDIR)/automake176.install: $(STATEDIR)/automake176.compile
- @$(call targetinfo, automake176.install)
+ @$(call targetinfo, $@)
$(AUTOMAKE176_PATH) make -C $(AUTOMAKE176_DIR) install
touch $@
@@ -110,7 +110,7 @@ automake176_targetinstall: $(STATEDIR)/automake176.targetinstall
automake176_targetinstall_deps =
$(STATEDIR)/automake176.targetinstall: $(automake176_targetinstall_deps)
- @$(call targetinfo, automake176.targetinstall)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------