From ea7abcb58580dca9e4b55fbbffa1e3e37e912c4d Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 8 Aug 2010 20:50:06 +1200 Subject: [PATCH] Makefile install target fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 103bc68020..ee76b7316a 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ install: all @cp -r shaders $(INSTALL_DIR) @cp *.ttf $(INSTALL_DIR) @cp --parents -r thirdparty/Tao $(INSTALL_DIR) - @$(INSTALL_PROGRAM) thirdparty/WindowsBase.dll thirdparty/WindowsBase.dll.mdb $(INSTALL_DIR) + @$(INSTALL_PROGRAM) thirdparty/WindowsBase.dll $(INSTALL_DIR) @echo "#!/bin/sh" > openra @echo "cd "$(datadir)"/openra" >> openra