diff options
-rw-r--r-- | french/dico/Makefile | 2 | ||||
-rw-r--r-- | textproc/dico/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index 516620b..9ce3f75 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 diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile index 516620b..9ce3f75 100644 --- a/textproc/dico/Makefile +++ b/textproc/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 |