Fix fullinstall make target

This commit is contained in:
Pierre Muller 2022-01-24 15:16:26 +00:00
parent 773babd45d
commit 9c20a033e0
2 changed files with 2 additions and 2 deletions

View File

@ -5230,7 +5230,7 @@ endif
$(INSTALLEXE) $(INSTALLEXEFILE) $(PPCCPULOCATION)/$(INSTALLEXEFILE)
endif
fullinstall:
$(MAKE) $(addsuffix _exe_install,$($(FULL_TARGETS)))
$(MAKE) $(addsuffix _exe_install,$(FULL_TARGETS))
$(MAKE) $(addsuffix _all,$(TARGET_DIRS))
$(MAKE) $(addsuffix _install,$(TARGET_DIRS))
auxfilesinstall:

View File

@ -1154,7 +1154,7 @@ endif
endif
fullinstall:
$(MAKE) $(addsuffix _exe_install,$($(FULL_TARGETS)))
$(MAKE) $(addsuffix _exe_install,$(FULL_TARGETS))
$(MAKE) $(addsuffix _all,$(TARGET_DIRS))
$(MAKE) $(addsuffix _install,$(TARGET_DIRS))