From: Ben Gras Date: Fri, 21 Jul 2006 14:56:23 +0000 (+0000) Subject: distclean first, then install X-Git-Tag: v3.1.3~236 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=75267305f10fbbfb5255cc4b12e93de3e5ca17c5;p=minix.git distclean first, then install --- diff --git a/commands/flex-2.5.4/build b/commands/flex-2.5.4/build index 417382d7c..cec4ae822 100755 --- a/commands/flex-2.5.4/build +++ b/commands/flex-2.5.4/build @@ -2,6 +2,7 @@ CCACHE=config.cache rm -f $CCACHE +make distclean RANLIB=true AR=ar CONFIG_SHELL=/bin/bigsh CC=cc /bin/bigsh ./configure --prefix=/usr make clean all install