[llvm-commits] [llvm] r85034 - /llvm/trunk/Makefile.rules
Nick Lewycky
nicholas at mxc.ca
Sat Oct 24 20:22:02 PDT 2009
Author: nicholas
Date: Sat Oct 24 22:22:00 2009
New Revision: 85034
URL: http://llvm.org/viewvc/llvm-project?rev=85034&view=rev
Log:
Indent.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=85034&r1=85033&r2=85034&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Sat Oct 24 22:22:00 2009
@@ -1238,7 +1238,7 @@
endif
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD))
-LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
+ LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
endif
endif
More information about the llvm-commits
mailing list