From 7141b99fe4fafd087e5492bc2221b235597a72ac Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 9 Mar 2004 09:36:53 +0000 Subject: [PATCH] Don't let the build script do a make distclean --- src/native/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/native/build.sh b/src/native/build.sh index 8dcbcbbb..464fd1e8 100755 --- a/src/native/build.sh +++ b/src/native/build.sh @@ -1,6 +1,5 @@ #!/bin/bash -make distclean ./autogen.sh ./configure make