ide/Project: Fixed broken UPX compression Makefile introduced by 9b2b296033c3b987d6a6...
authorJerome St-Louis <jerome@ecere.com>
Sat, 24 Aug 2013 09:43:38 +0000 (05:43 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 25 Aug 2013 08:27:37 +0000 (04:27 -0400)
ide/src/project/Project.ec

index 38aa9f0..570a243 100644 (file)
@@ -3282,7 +3282,7 @@ private:
                   f.Puts("\t$(UPX) $(UPXFLAGS) $(TARGET)\n");
                f.Puts("endif\n");
                f.Puts("else\n");
-               f.Puts("ifneq \"$(TARGET_ARCH)\" \"x86_64\"");
+               f.Puts("ifneq \"$(TARGET_ARCH)\" \"x86_64\"\n");
                   f.Puts("\t$(UPX) $(UPXFLAGS) $(TARGET)\n");
                f.Puts("endif\n");
                f.Puts("endif\n");