From 1c1051ae19810acc6256abe25952375699e4237a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 20 Mar 2011 19:23:29 -0400 Subject: [PATCH] lwp: override dbg and optmz settings we were wiping out fun things like archflags. shouldn't be needed. let's just do this instead. Change-Id: I80b3453bb237b4995d642b947d03c17d82cda5e7 Reviewed-on: http://gerrit.openafs.org/4266 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/lwp/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lwp/Makefile.in b/src/lwp/Makefile.in index 2c2aefe..1783f99 100644 --- a/src/lwp/Makefile.in +++ b/src/lwp/Makefile.in @@ -16,10 +16,8 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -# Override the global COMMON_CFLAGS, as we want to be able to override -# debug and optimization settings for this module - -COMMON_CFLAGS = ${CFLAGS} ${LWP_DBG} ${LWP_OPTMZ} ${COMMON_INCL} +DBG=${LWP_DBG} +OPTMZ=${LWP_OPTMZ} LIBOBJS=lwp.o process.o lock.o iomgr.o timer.o fasttime.o preempt.o \ waitkey.o threadname.o AFS_component_version_number.o -- 1.9.4