From 2f9ac73ff91a48e83e3811fe59ad4cb3478195d9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 7 Jul 1998 12:20:14 +0000 Subject: [PATCH] okok, let's export MAKE too svn path=/trunk/kdegraphics/kdvi/; revision=8895 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 90138c5d8..a717f0d12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,4 +127,4 @@ psheader.c: psheader.txt squeeze $(kpathsea) vf.c: $(kpathsea) $(kpathsea): - cd kpathsea && CC="$(CC)" && CFLAGS="$(CFLAGS)" && ./configure && $(MAKE) + cd kpathsea && CC="$(CC)" CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" ./configure && $(MAKE)