From df93e579757961d9a43c3fee9b97b43da8fb652c Mon Sep 17 00:00:00 2001 From: David Greene Date: Wed, 11 Jul 2007 23:44:08 +0000 Subject: [PATCH] Get rid of annoying spaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39766 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c61b7e5ef48..0be1f122aac 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LEVEL := . # DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \ tools runtime docs - + OPTIONAL_DIRS := examples projects EXTRA_DIST := test llvm.spec include win32 Xcode -- 2.34.1