diff options
author | John Wiegley <johnw@newartisans.com> | 2011-09-07 19:07:02 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-09-07 19:07:02 -0500 |
commit | c9d22a0146a61a05509b5bd6a7a01dbba69cebf6 (patch) | |
tree | 499f70d8311061d7a446e7425b8d1b23334e3357 /lib/Makefile | |
parent | 65f96d5e7c0d199536598d087550858119c7eebc (diff) | |
download | fork-ledger-c9d22a0146a61a05509b5bd6a7a01dbba69cebf6.tar.gz fork-ledger-c9d22a0146a61a05509b5bd6a7a01dbba69cebf6.tar.bz2 fork-ledger-c9d22a0146a61a05509b5bd6a7a01dbba69cebf6.zip |
Whitespace fixes
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index dfa54808..c6445b78 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -13,12 +13,12 @@ ifeq ($(CC),clang) CXX = clang++ LD = llvm-ld DIR_SUFFIX = clang -OPTJ = +OPTJ = else CXX = g++-mp-$(GCC_VERSION) LD = gcc-mp-$(GCC_VERSION) DIR_SUFFIX = gcc$(subst .,,$(GCC_VERSION)) -OPTJ = #-j8 +OPTJ = #-j8 endif CPPFLAGS = -D_GLIBCXX_FULLY_DYNAMIC_STRING=1 ifneq ($(CC),clang) |