From 3f9a537344f3e1b9807b4352748f30ad249751f3 Mon Sep 17 00:00:00 2001 From: guillemj <> Date: Mon, 7 Jul 2003 01:45:00 +0000 Subject: [PATCH] Added parameters to automake to copy and update missing files. --- glide3x/chores.3dfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glide3x/chores.3dfx b/glide3x/chores.3dfx index 903ff63..546d491 100755 --- a/glide3x/chores.3dfx +++ b/glide3x/chores.3dfx @@ -178,7 +178,7 @@ if [ "$DO_GENERATE" = YES ] ; then exit 100 fi echo -n 'Automake...' - if automake ; then + if automake --add-missing --force-missing --copy; then do_nothing else echo 'Failed!!'