(no commit message)
[libt2n] / test-build-install-use
index fde6bdc..66954cc 100755 (executable)
@@ -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"