lhelp: makefile: create target dir

git-svn-id: trunk@37755 -
This commit is contained in:
mattias 2012-06-24 07:16:56 +00:00
parent a355912beb
commit 4c05a81b77
2 changed files with 2 additions and 2 deletions

View File

@ -3080,5 +3080,5 @@ ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: all clean
all:
all: $(COMPILER_UNITTARGETDIR)
$(MAKE) --assume-new=lhelp.lpr lhelp$(EXEEXT)

View File

@ -63,7 +63,7 @@ files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
[rules]
.PHONY: all clean
all:
all: $(COMPILER_UNITTARGETDIR)
$(MAKE) --assume-new=lhelp.lpr lhelp$(EXEEXT)
# end.