mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +02:00
Add SYSTEMDIR variable (needed for BSD OSes)
This commit is contained in:
parent
da1bffd3a6
commit
b9544ad342
@ -594,6 +594,10 @@ ifndef NSSYSUTILSDIR
|
|||||||
NSSYSUTILSDIR=$(NSDIR)/$(SYSUTILSDIR)
|
NSSYSUTILSDIR=$(NSDIR)/$(SYSUTILSDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef SYSTEMDIR
|
||||||
|
SYSTEMDIR=$(OSDIR)
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef CLASSESDIR
|
ifndef CLASSESDIR
|
||||||
CLASSESDIR=$(OSDIR)
|
CLASSESDIR=$(OSDIR)
|
||||||
endif
|
endif
|
||||||
@ -674,7 +678,7 @@ endif
|
|||||||
|
|
||||||
# System
|
# System
|
||||||
|
|
||||||
$(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMUNIT).$(SYSTEMUNITEXT) $(SYSDEPS)
|
$(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMDIR)/$(SYSTEMUNIT).$(SYSTEMUNITEXT) $(SYSDEPS)
|
||||||
$(COMPILER) $(FPC_SYSTEM_OPT) -Us -Sg $<
|
$(COMPILER) $(FPC_SYSTEM_OPT) -Us -Sg $<
|
||||||
|
|
||||||
# uuchar
|
# uuchar
|
||||||
|
Loading…
Reference in New Issue
Block a user