[LLVMbugs] [Bug 3067] New: minor error in gcc/Makefile.in: misplaced brace
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Nov 14 04:54:51 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3067
Summary: minor error in gcc/Makefile.in: misplaced brace
Product: tools
Version: 2.4
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: go0 at go.ru
CC: llvmbugs at cs.uiuc.edu
IMHO misplaced opening brace in gcc/Makefile.in found inside
llvm-gcc-4.2-2.4.source.tar.gz
The bad line:
ifneq (($LLVMOBJDIR),$(LLVMSRCDIR))
IMHO it should be
ifneq ($(LLVMOBJDIR)),$(LLVMSRCDIR))
This error results in duped -I... when the 2 dirs coincide
I've tested this both under make 3.81 and make 3.79.1
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list