oops, I meant this

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duraid Madina 2006-02-15 03:20:16 +00:00
parent 5954e4e674
commit eb713400cb

View 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)