summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTommi Virtanen <tv@hq.newdream.net>2011-01-13 11:32:16 -0800
committerTommi Virtanen <tv@hq.newdream.net>2011-01-13 11:32:16 -0800
commit1869ffc0c94912e3256be4d13d34a983a522ad3c (patch)
treec335b478b1cb31232b9fcdec057ae60fa6cdd133 /Makefile.am
parent4b2ffba95a0d64114409d4c929854bdcf697ed90 (diff)
downloadceph-1869ffc0c94912e3256be4d13d34a983a522ad3c.tar.gz
Fix confusing comment about gtest automake hookup.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 629ad9cb936..46c1a1a5500 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,9 +5,9 @@ SUBDIRS = . src man
check-local:
-# Build gtest before we build our own tests. Doing this
-# instead of SUBDIRS gtest's own tests being run and slowing
-# us down.
+# Build gtest before we build our own tests. Doing this instead
+# of SUBDIRS because with that, gtest's own tests would be run
+# and that would slow us down.
@echo "Making lib/libgtest.a lib/libgtest_main.a in src/gtest"
@cd src/gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la