* some fixes

git-svn-id: trunk@187 -
This commit is contained in:
lazarus 2001-02-20 20:52:14 +00:00
parent 041250d1cf
commit 376564528b
2 changed files with 3 additions and 3 deletions

View File

@ -182,7 +182,7 @@ endif
# Clean
override EXTRACLEANUNITS+=$(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT)))
override EXTRACLEANUNITS+=$(notdir $(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT))))
override EXTRACLEANFILES+=$(wildcard $(UNITTARGETDIR)/*$(OEXT))
# Install

View File

@ -12,14 +12,14 @@ options=-Ca
packages=fcl gtk
[clean]
units=$(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT)))
units=$(notdir $(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT))))
files=$(wildcard $(UNITTARGETDIR)/*$(OEXT))
[dirs]
# target dir needs to be . or a full path otherwise the
# unittargetdir will be corrupt
# not with the lazarusmake.ini
#targetdir=.
# targetdir=.
unittargetdir=./units
unitdir=$(UNITTARGETDIR) . ./interfaces/$(LCLPLATFORM)
incdir=./include ./interfaces/$(LCLPLATFORM)