From 75267305f10fbbfb5255cc4b12e93de3e5ca17c5 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 21 Jul 2006 14:56:23 +0000 Subject: [PATCH] distclean first, then install --- commands/flex-2.5.4/build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0