diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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) |