From 81af19397000d92844683cb53c164c5716b9ed2a Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Thu, 21 Jun 2018 09:25:31 -0400 Subject: [PATCH] wininstall make workareas now builds boot files original commit: 53ddbb37cc24dc1d0099478733d2d5a1263b353b --- wininstall/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wininstall/Makefile b/wininstall/Makefile index d6a7e39758..9cfb2bdd14 100755 --- a/wininstall/Makefile +++ b/wininstall/Makefile @@ -21,10 +21,10 @@ vcredist.wxs: locate-vcredist.bat .PHONY: workareas workareas: - cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt/c - cd ..; ./configure -m=i3nt; $(MAKE) -C i3nt/c - cd ..; ./configure -m=ta6nt; $(MAKE) -C ta6nt/c - cd ..; ./configure -m=ti3nt; $(MAKE) -C ti3nt/c + cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt + cd ..; ./configure -m=i3nt; $(MAKE) -C i3nt + cd ..; ./configure -m=ta6nt; $(MAKE) -C ta6nt + cd ..; ./configure -m=ti3nt; $(MAKE) -C ti3nt .PHONY: clean clean: