+ Corrected setting of INCFILENAMES

This commit is contained in:
michael 1998-05-04 15:08:50 +00:00
parent 65ab0ab3b6
commit 749db24913
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
include $(INCDIR)/Makefile.inc
# Set inc
$(addprefix $(INCDIR),$(INCFILENAMES))
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
# If nothing special needs doing, then just fill in the names here.
# The rest should be automatic.

View File

@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
include $(INCDIR)/Makefile.inc
# Set inc
$(addprefix $(INCDIR),$(INCFILENAMES))
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
# If nothing special needs doing, then just fill in the names here.
# The rest should be automatic.

View File

@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
include $(INCDIR)/Makefile.inc
# Set inc
$(addprefix $(INCDIR),$(INCFILENAMES))
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
# If nothing special needs doing, then just fill in the names here.
# The rest should be automatic.

View File

@ -44,7 +44,7 @@ CPUDIR=../$(CPU)
include $(INCDIR)/Makefile.inc
# Set inc
$(addprefix $(INCDIR),$(INCFILENAMES))
INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
# If nothing special needs doing, then just fill in the names here.
# The rest should be automatic.