From: Duraid Madina Date: Wed, 15 Feb 2006 03:20:16 +0000 (+0000) Subject: oops, I meant this X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eb713400cb083205ebe123d838d82f0cb0e12c2e;p=oota-llvm.git oops, I meant this git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index b6178d63e5b..33432b8cb51 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -347,7 +347,7 @@ endif CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused ifeq ($(OS),HP-UX) - CompileCommonOpts += -D_REENTRANT -D_HPUX_SOURCE + CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE endif LD.Flags += -L$(LibDir) -L$(LLVMLibDir)