mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 17:09:07 +02:00
Do not use ISO7185UNIT variable for main source file in ISO7185_DEPS
This commit is contained in:
parent
d1c0a1b8d3
commit
62fe06ce9e
@ -695,7 +695,7 @@ macpas$(PPUEXT) : $(MACPAS_DEPS)
|
|||||||
|
|
||||||
# iso7185
|
# iso7185
|
||||||
|
|
||||||
ISO7185_DEPS= $(INC)/$(ISO7185UNIT).pp \
|
ISO7185_DEPS= $(INC)/iso7185.pp \
|
||||||
$(SYSTEMUNIT)$(PPUEXT) \
|
$(SYSTEMUNIT)$(PPUEXT) \
|
||||||
$(ISO7185_DEPS_OS) $(ISO7185_DEPS_CPU)
|
$(ISO7185_DEPS_OS) $(ISO7185_DEPS_CPU)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user