mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:47:52 +02:00
Fix fullinstall make target
This commit is contained in:
parent
773babd45d
commit
9c20a033e0
@ -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:
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user