* fpcpackage added

This commit is contained in:
peter 2001-10-15 21:45:52 +00:00
parent e9d4d31f57
commit edbbda96e5
2 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
endif endif
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages) PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
override TARGET_UNITS+=gdbcon gdbint override TARGET_UNITS+=gdbcon gdbint
override INSTALL_FPCPACKAGE=y
ifdef REQUIRE_UNITSDIR ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR) override UNITSDIR+=$(REQUIRE_UNITSDIR)
endif endif

View File

@ -8,6 +8,9 @@ units=gdbcon gdbint
[default] [default]
fpcdir=../.. fpcdir=../..
[install]
fpcpackage=y
[rules] [rules]
gdbint$(PPUEXT): gdbint.pas gdbint$(PPUEXT): gdbint.pas