From ca43dcbd1fdf59c8019932288149b3aa751c0fdc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Nov 2009 16:19:00 -0500 Subject: Don't configure doxygen or dot when building CppUnit --- lib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index dee9afda..608be7d5 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -77,7 +77,8 @@ cppunit-release: CFLAGS="$(EXTRA_DEFINES) $(ARCH_CFLAGS)" \ LDFLAGS="$(ARCH_LDFLAGS)" \ CC="$(CC)" CXX="$(CXX)" LD="$(LD)" \ - --prefix=$(STOW_ROOT)/cppunit && \ + --prefix=$(STOW_ROOT)/cppunit \ + --disable-doxygen --disable-dot && \ make install) cppunit-debug: @@ -87,7 +88,8 @@ cppunit-debug: CFLAGS="-g $(EXTRA_DEFINES) $(ARCH_CFLAGS)" \ LDFLAGS="-g $(ARCH_LDFLAGS)" \ CC="$(CC)" CXX="$(CXX)" LD="$(LD)" \ - --prefix=$(STOW_ROOT)/cppunit-debug && \ + --prefix=$(STOW_ROOT)/cppunit-debug \ + --disable-doxygen --disable-dot && \ make install) cppunit-build: cppunit-release cppunit-debug -- cgit v1.2.3