summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-04 05:27:28 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:37 -0400
commit90975c27d0a701a66ee4d24ea8f08a12eda6cfce (patch)
tree12772454b1778051d2e239e10b4084e57be9a122 /Makefile.in
parent6489868434bd2fb4bc6ae5ad102a50c2a2e15e8e (diff)
downloadfork-ledger-90975c27d0a701a66ee4d24ea8f08a12eda6cfce.tar.gz
fork-ledger-90975c27d0a701a66ee4d24ea8f08a12eda6cfce.tar.bz2
fork-ledger-90975c27d0a701a66ee4d24ea8f08a12eda6cfce.zip
Corrected build problems.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 709b77e0..7f3e2cb0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,7 +45,7 @@ host_triplet = @host@
@DEBUG_TRUE@am__append_8 = -DFULL_DEBUG
@HAVE_BOOST_PYTHON_TRUE@am__append_9 = -DUSE_BOOST_PYTHON=1
@HAVE_BOOST_PYTHON_TRUE@am__append_10 = src/pyinterp.cc
-@USE_PCH_TRUE@am__append_11 = system.hh.gch system.hh
+@USE_PCH_TRUE@am__append_11 = system.hh.gch
@USE_PCH_TRUE@am__append_12 = system.hh.gch system.hh
bin_PROGRAMS = ledger$(EXEEXT)
@HAVE_BOOST_PYTHON_TRUE@am__append_13 = libpyledger.la
@@ -1787,8 +1787,6 @@ doxygen-docs: $(top_builddir)/Doxyfile.gen
######################################################################
-all: check
-
check-syntax:
g++ -I. -Itests $(CPPFLAGS) $(UnitTests_CXXFLAGS) \
-o /dev/null -S $(CHK_SOURCES)