From 90975c27d0a701a66ee4d24ea8f08a12eda6cfce Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 4 May 2007 05:27:28 +0000 Subject: Corrected build problems. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 434d1278..af6a0cb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ if USE_PCH libledger_la_CXXFLAGS = $(WARNFLAGS) nodist_libledger_la_SOURCES = system.hh.gch -BUILT_SOURCES += system.hh.gch system.hh +BUILT_SOURCES += system.hh.gch CLEANFILES += system.hh.gch system.hh $(top_builddir)/system.hh.gch: $(srcdir)/src/system.hh acconf.h @@ -245,8 +245,6 @@ doxygen-docs: $(top_builddir)/Doxyfile.gen ###################################################################### -all: check - check-syntax: g++ -I. -Itests $(CPPFLAGS) $(UnitTests_CXXFLAGS) \ -o /dev/null -S $(CHK_SOURCES) -- cgit v1.2.3