diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:51:01 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:51:01 +0000 |
commit | 842554d826701291152783cf93ec6d5ff4103997 (patch) | |
tree | 7e76289fd44fbb3bac2ef01637eecff242689da9 /french | |
parent | Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps, (diff) |
Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"
PR: 31594
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'french')
-rw-r--r-- | french/dico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |