From 0eba1fb4a6427838983c8c0f692c8d6d3209c213 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Tue, 5 Dec 2006 17:16:54 +0000 Subject: [PATCH] --- test-build-install-use | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-build-install-use b/test-build-install-use index fde6bdc..66954cc 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -10,8 +10,8 @@ MAKE="dmake" ./configure --prefix="$INSTPREFIX" # todo: at the moment running make dist on clean source does not work $MAKE -#$MAKE distcheck -$MAKE dist +$MAKE distcheck +#$MAKE dist $MAKE install echo "OK: library and code generator compiled and installed" -- 1.7.1