From 9298eba09701bce53d15c68e219ee8e63af95ab1 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 8 Apr 2005 19:11:45 +0000 Subject: [PATCH] use DIETFLAGS instead of DIET_FLAGS git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1995 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 0329ff7..4b70c62 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -100,8 +100,8 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = if USE_DIETLIBC DIET = diet -DIET_FLAGS = -DIET_CC := $(DIET) $(DIET_FLAGS) $(CC) +DIETFLAGS = +DIET_CC := $(DIET) $(DIETFLAGS) $(CC) VSERVER_LDFLGS := -static else VSERVER_LDFLGS := -- 1.8.1.5