From ea72467b95f4ad8785cfd980fc40a2bb33757e21 Mon Sep 17 00:00:00 2001
From: nishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Date: Sat, 15 Jun 2024 02:13:12 +0000
Subject: [PATCH] do not run dos-installer w/ -j option

git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@312 d4a5a174-5a4a-5b4b-b672-37683c10d7d5
---
 .github/workflows/build.yml | 2 +-
 Makefiles/common.mk         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb57ab4..7958626 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
     - name: Add INCLUDE env
       run: echo "INCLUDE=/usr/watcom/h" >> $GITHUB_ENV
     - name: Make
-      run: make -j3 YACC=byacc dos-installer
+      run: make YACC=byacc dos-installer
     - name: Upload artifact
       uses: actions/upload-artifact@v4
       with:
diff --git a/Makefiles/common.mk b/Makefiles/common.mk
index a125c0a..683ad90 100644
--- a/Makefiles/common.mk
+++ b/Makefiles/common.mk
@@ -2,10 +2,10 @@
 
 .PHONY: all no-doc replace format clean ./Library ./Client ./Document ./Server ./Grammar ./RemoteClient ./Installer ./Tool ./Package/PKGBUILD archive archive-prepare archive-cleanup archive-targz archive-zip dosbox prepare-dosbox dosbox-x cleanup-dosbox get-version thanks-banner dos-installer
 
-all: ./Tool ./Grammar ./Library ./Client $(SERVER) $(RCLI) $(INSTALLER) ./Document
+all: ./Tool ./Grammar ./Library ./Client $(SERVER) $(RCLI) ./Document
 	@$(MAKE) thanks-banner
 
-no-doc: ./Tool ./Grammar ./Library ./Client $(SERVER) $(RCLI) $(INSTALLER)
+no-doc: ./Tool ./Grammar ./Library ./Client $(SERVER) $(RCLI)
 	@$(MAKE) thanks-banner
 
 thanks-banner:
-- 
2.43.0