From c8a74ef05a0d745e5046e49376f5374a5eefc3d7 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 4 Jan 2011 17:12:03 +1300 Subject: [PATCH] fix make install. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c46e7a5938..842fbae1c0 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,6 @@ install: all gtklaunch @cp *.ttf $(INSTALL_DIR) @cp --parents -r thirdparty/Tao $(INSTALL_DIR) @$(INSTALL_PROGRAM) thirdparty/ICSharpCode.SharpZipLib.dll $(INSTALL_DIR) - @-$(INSTALL_PROGRAM) VERSION $(INSTALL_DIR) @echo "#!/bin/sh" > openra @echo "cd "$(datadir)"/openra" >> openra