oops, I meant this
authorDuraid Madina <duraid@octopus.com.au>
Wed, 15 Feb 2006 03:20:16 +0000 (03:20 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Wed, 15 Feb 2006 03:20:16 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26200 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index b6178d63e5b10f99a9f76678f358f50c0448c54e..33432b8cb514ebc99ccb22bc05f34772eb0d6c53 100644 (file)
@@ -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)