From 64cd5fdd5279471fbc417cc54d4d0048383ff3f9 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 8 Mar 2015 17:54:30 +0100
Subject: [PATCH] Build script: *Always* build libplomrogue, mtime check is not
 portable.

---
 redo | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/redo b/redo
index da2637b..8f459fb 100755
--- a/redo
+++ b/redo
@@ -18,12 +18,9 @@
 # <https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for a
 # workaround.
 
-if [ ! -e ./libplomrogue.so ]
-then
-  echo "non-redo stuff (preparing for future Python port sans redo needs):"
-  echo "Building library for server's Python variant with mere shell one-liner."
-  ./compile-server.sh
-fi
+echo "non-redo stuff (preparing for future Python port sans redo needs):"
+echo "Building library for server's Python variant with mere shell one-liner."
+./compile-server.sh
 
 export PATH=$PATH:$PWD/build/redo_scripts
 redo "$@"
-- 
2.30.2