Skip to content

Commit

Permalink
make a little differently
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 1, 2024
1 parent 17c7df1 commit 60b941d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ vpath %.d $(foreach dir,$(alldir),$(objdir)$(dir)/ )
ifeq ($(MAKELEVEL),1)
ifdef DEPEND

all: init $(drvdep) $(autdep) $(autobj) $(autdrv)
all: init .WAIT $(drvdep) $(autdep) $(autobj) $(autdrv)
ifdef GCC345
@$(MAKE) -f makefile.mingw -s GCC345=1
endif
Expand All @@ -457,20 +457,17 @@ endif

else

all: init .WAIT $(autobj) $(autdrv)
ifdef GCC345
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC345=1
endif
ifdef GCC452
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC452=1
endif
ifdef GCC471
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC471=1
endif
ifdef GCC510
all: init .WAIT $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC510=1
endif

Expand Down

0 comments on commit 60b941d

Please sign in to comment.