]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/Makefile
* time/Makefile (tzcompile): Add missing backslash.
[thirdparty/glibc.git] / time / Makefile
index 5efb638c9e96736d46a9d32b1eadbc032349d9c5..fa7877d14b624c392ef264fc80f933481af4d6c3 100644 (file)
@@ -105,10 +105,8 @@ echo-zonenames: zonenames
 # specify it with -d on the command line so that it can be overridden on
 # the command line of `make install' (e.g., "make install prefix=/foo").
 zic-cmd = $(built-program-cmd) -d $(zonedir)
-define tzcompile
-$(zic-cmd)$(target-zone-flavor)
- -L $(word 3,$^) -y $(dir $(word 4,$^))$(notdir $(word 4,$^)) $<
-endef
+tzcompile = $(zic-cmd)$(target-zone-flavor) -L $(word 3,$^) \
+           -y $(dir $(word 4,$^))$(notdir $(word 4,$^)) $<
 
 # The source files specify the zone names relative to the -d directory,
 # so for the posix/ and right/ flavors we need to pass -d $(zonedir)/posix