From d593fe3eb5ce2494d009a3cca5515daa6e767c78 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 4 Feb 2004 23:37:36 +0000 Subject: [PATCH] added @WGET@ substitution git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@797 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 9927553..2d4dc33 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -137,7 +137,8 @@ pathsubst_RULES = s!@'PKGLIBDIR'@!$(pkglibdir)!g; \ s!@'NICE'@!$(NICE)!g; \ s!@'VCONFIG'@!$(VCONFIG)!g; \ s!@'PS'@!$(PS)!g; \ - s!@'WC'@!$(WC)!g + s!@'WC'@!$(WC)!g; \ + s!@'WGET'@!$(WGET)!g pathconfig.h: .pathconfig.h.pathsubst.stamp .%.pathsubst.stamp: %.pathsubst Makefile -- 1.8.1.5