summaryrefslogtreecommitdiffstats
path: root/rules/clock.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/clock.make')
-rw-r--r--rules/clock.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/clock.make b/rules/clock.make
index 494f95a5d..9ae28a356 100644
--- a/rules/clock.make
+++ b/rules/clock.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_CLOCK) += clock
#
# Paths and names
#
-CLOCK_VERSION = 1.5.1
-CLOCK = clock-$(CLOCK_VERSION)
-CLOCK_SUFFIX = tar.gz
-CLOCK_URL = http://ftp.linux.org.uk/pub/linux/people/alex/$(CLOCK).$(CLOCK_SUFFIX)
-CLOCK_SOURCE = $(SRCDIR)/$(CLOCK).$(CLOCK_SUFFIX)
-CLOCK_DIR = $(BUILDDIR)/$(CLOCK)
+CLOCK_VERSION := 1.5.1
+CLOCK := clock-$(CLOCK_VERSION)
+CLOCK_SUFFIX := tar.gz
+CLOCK_URL := http://ftp.linux.org.uk/pub/linux/people/alex/$(CLOCK).$(CLOCK_SUFFIX)
+CLOCK_SOURCE := $(SRCDIR)/$(CLOCK).$(CLOCK_SUFFIX)
+CLOCK_DIR := $(BUILDDIR)/$(CLOCK)
-include $(call package_depfile)