Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
fixed make tools
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.freepascal.org/svn/lazarus/trunk@36701 4005530d-fff6-0310-9dd1-cebe43e6787f
  • Loading branch information
mattias committed Apr 10, 2012
1 parent ae73070 commit dd02569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,7 @@ makefiles: fpc_makefiles
ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: help registration lazutils codetools lcl ideintf basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install
.PHONY: help registration lazutils codetools tools lcl ideintf basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install
help:
@$(ECHO)
@$(ECHO) " Main targets"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.fpc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif

#-----------------------------------------------------------------------------
[rules]
.PHONY: help registration lazutils codetools lcl ideintf basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install
.PHONY: help registration lazutils codetools tools lcl ideintf basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter all clean purge install

#-----------------------------------------------------------------------------
help:
Expand Down

0 comments on commit dd02569

Please sign in to comment.