summarylogtreecommitdiffstats
path: root/rubichess-fix-build-def.patch
blob: 827f86eb5a976f54a7dbe8464dc93799202eb567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/src/Makefile
+++ b/src/Makefile
@@ -339,9 +339,13 @@ default: net
 ifneq ($(debug),yes)
 	@$(STRIP) $(EXE)$(EXEEXT)
 endif
 
-build: default
+build: net arch
+	@$(MAKE) compile MESSAGE='Compiling standard build ...'
+ifneq ($(debug),yes)
+	@$(STRIP) $(EXE)$(EXEEXT)
+endif
 
 arch: libclean
 	@echo
 	@echo "Compiler: $(COMP)"