From: Duncan Sands Date: Wed, 22 Oct 2008 09:42:14 +0000 (+0000) Subject: Use spaces rather than tab. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3a67f5050307789b8ff0db80f19b2b4c8a95cf81;p=oota-llvm.git Use spaces rather than tab. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index f2239ef6a0e..96e5733ec79 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -160,7 +160,7 @@ OCAMLC := @OCAMLC@ OCAMLOPT := @OCAMLOPT@ OCAMLDEP := @OCAMLDEP@ OCAMLDOC := @OCAMLDOC@ -GAS := @GAS@ +GAS := @GAS@ POD2HTML := @POD2HTML@ POD2MAN := @POD2MAN@ RUNTEST := @RUNTEST@