summaryrefslogtreecommitdiffstats
path: root/databases/mysql-query-browser/files/patch-Makefile.in
blob: fd40f1eb8033419a1389bca3211d06c2521716e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mysql-query-browser/source/linux/Makefile.in.orig   Sat Apr  8 16:49:12 2006
+++ mysql-query-browser/source/linux/Makefile.in    Sat Apr  8 16:49:32 2006
@@ -574,7 +574,7 @@
 # If a solution is found, this could be removed.
 #
 $(top_builddir)/source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a:
-   (cd gtksourceview; ./configure --enable-static --disable-shared --disable-build-tests; make)
+   (cd gtksourceview; ./configure --enable-static --disable-shared --disable-build-tests; gmake)
 
 clean-generic:
    -make -C gtksourceview distclean