From 842554d826701291152783cf93ec6d5ff4103997 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Tue, 30 Oct 2001 01:51:01 +0000 Subject: Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake " PR: 31594 Submitted by: TOGAWA Satoshi --- french/dico/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'french/dico') diff --git a/french/dico/Makefile b/french/dico/Makefile index 516620bc269d..9ce3f7500d75 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -20,7 +20,7 @@ NO_WRKSUBDIR= true PATCH_STRIP= -p1 USE_AUTOMAKE= true USE_GMAKE= true -AUTOMAKE= automake --add-missing --foreign --include-deps +AUTOMAKE_ARGS= --add-missing --foreign --include-deps ACLOCAL= aclocal MAKE_ARGS= prefix=${PREFIX} MAN1= dico.1 -- cgit v1.2.3