summaryrefslogtreecommitdiffstats
path: root/rules/etherwake.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
commit303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845 (patch)
tree51a5063526e0c12ddef7bca8f51b266496027a37 /rules/etherwake.make
parent6feb89c0279e4482a87309f81507655aa274ddc8 (diff)
downloadptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.gz
ptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.xz
reverted := vs. = patch
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/etherwake.make')
-rw-r--r--rules/etherwake.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/etherwake.make b/rules/etherwake.make
index 2906b1412..1173c2657 100644
--- a/rules/etherwake.make
+++ b/rules/etherwake.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_ETHERWAKE) += etherwake
#
# Paths and names
#
-ETHERWAKE_VERSION := 1.08
-ETHERWAKE := etherwake-$(ETHERWAKE_VERSION).orig
-ETHERWAKE_SUFFIX := tar.gz
-ETHERWAKE_URL := $(PTXCONF_SETUP_DEBMIRROR)/pool/main/e/etherwake/etherwake_$(ETHERWAKE_VERSION).orig.$(ETHERWAKE_SUFFIX)
-ETHERWAKE_SOURCE := $(SRCDIR)/etherwake_$(ETHERWAKE_VERSION).orig.$(ETHERWAKE_SUFFIX)
-ETHERWAKE_DIR := $(BUILDDIR)/$(ETHERWAKE)
+ETHERWAKE_VERSION = 1.08
+ETHERWAKE = etherwake-$(ETHERWAKE_VERSION).orig
+ETHERWAKE_SUFFIX = tar.gz
+ETHERWAKE_URL = $(PTXCONF_SETUP_DEBMIRROR)/pool/main/e/etherwake/etherwake_$(ETHERWAKE_VERSION).orig.$(ETHERWAKE_SUFFIX)
+ETHERWAKE_SOURCE = $(SRCDIR)/etherwake_$(ETHERWAKE_VERSION).orig.$(ETHERWAKE_SUFFIX)
+ETHERWAKE_DIR = $(BUILDDIR)/$(ETHERWAKE)
-include $(call package_depfile)