summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Cozens <kcozens@cvs.gnome.org>2007-01-02 04:37:47 +0000
committerKevin Cozens <kcozens@src.gnome.org>2007-01-02 04:37:47 +0000
commit909d8e881dec50b69922a688f5ffd9067467ad51 (patch)
treea3a22045d9bab5be617cee0b402dfc0c2581d417 /Makefile.am
parent9ef46a16c88e3fc636510e4e909c29433faea77b (diff)
Some changes to fix build problems in FreeBSD and Windows.
2007-01-01 Kevin Cozens <kcozens@cvs.gnome.org> Some changes to fix build problems in FreeBSD and Windows. * configure.in: Added tests to check for libm and set MATH_LIB. * Makefile.am: Use '$(MAKE)' instead of 'make'. * docs/gallery/Makefile.am: Use '$(MAKE)' instead of 'make'. Added missing 'export' for GEGL_PATH. * codegen/Makefile.am: * gil/gil/Makefile.am: * gil/tests/Makefile.am: * tests/Makefile.am: * tools/testsuite/Makefile.am: Use $(MATH_LIB) instead of a hard-coded '-lm'. svn path=/trunk/; revision=1121
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ee3996a9..d149356c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,4 +29,4 @@ endif
dist-hook: dist-check-w3m
website: all
- make -C docs website
+ $(MAKE) -C docs website