mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:08:06 +02:00
Update linux makefile to pass the pipeline (*  ̄︿ ̄).
This commit is contained in:
parent
cba9ad7877
commit
187c339edf
@ -1303,8 +1303,8 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS)
|
||||
# unicodedata
|
||||
#
|
||||
|
||||
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \
|
||||
$(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \
|
||||
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata_props.inc \
|
||||
$(OBJPASDIR)/weight_derivation.inc \
|
||||
$(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
|
||||
|
||||
unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS)
|
||||
|
@ -3221,8 +3221,8 @@ charset$(PPUEXT) : $(CHARSET_DEPS)
|
||||
$(COMPILER) $(CHARSET_OPT) $<
|
||||
System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS)
|
||||
$(COMPILER) $(CHARSET_OPT) $<
|
||||
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \
|
||||
$(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \
|
||||
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata_props.inc \
|
||||
$(OBJPASDIR)/weight_derivation.inc \
|
||||
$(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
|
||||
unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS)
|
||||
$(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $<
|
||||
|
Loading…
Reference in New Issue
Block a user