mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:11:45 +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_DEPS= $(INC)/$(ISO7185UNIT).pp \
|
||||
ISO7185_DEPS= $(INC)/iso7185.pp \
|
||||
$(SYSTEMUNIT)$(PPUEXT) \
|
||||
$(ISO7185_DEPS_OS) $(ISO7185_DEPS_CPU)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user