mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
+ Corrected setting of INCFILENAMES
This commit is contained in:
parent
65ab0ab3b6
commit
749db24913
@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
|
|||||||
include $(INCDIR)/Makefile.inc
|
include $(INCDIR)/Makefile.inc
|
||||||
|
|
||||||
# Set inc
|
# Set inc
|
||||||
$(addprefix $(INCDIR),$(INCFILENAMES))
|
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
|
||||||
|
|
||||||
# If nothing special needs doing, then just fill in the names here.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
|
@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
|
|||||||
include $(INCDIR)/Makefile.inc
|
include $(INCDIR)/Makefile.inc
|
||||||
|
|
||||||
# Set inc
|
# Set inc
|
||||||
$(addprefix $(INCDIR),$(INCFILENAMES))
|
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
|
||||||
|
|
||||||
# If nothing special needs doing, then just fill in the names here.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
|
@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
|
|||||||
include $(INCDIR)/Makefile.inc
|
include $(INCDIR)/Makefile.inc
|
||||||
|
|
||||||
# Set inc
|
# Set inc
|
||||||
$(addprefix $(INCDIR),$(INCFILENAMES))
|
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
|
||||||
|
|
||||||
# If nothing special needs doing, then just fill in the names here.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
|
@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
|
|||||||
include $(INCDIR)/Makefile.inc
|
include $(INCDIR)/Makefile.inc
|
||||||
|
|
||||||
# Set inc
|
# Set inc
|
||||||
$(addprefix $(INCDIR),$(INCFILENAMES))
|
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
|
||||||
|
|
||||||
# If nothing special needs doing, then just fill in the names here.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
|
Loading…
Reference in New Issue
Block a user