mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
tools: remove echo of $(LAZARUS_LIBPATHS) in makefile
git-svn-id: trunk@52701 -
This commit is contained in:
parent
3bb3ac5dff
commit
15c2bd5825
@ -3152,7 +3152,6 @@ include fpcmake.loc
|
||||
endif
|
||||
.PHONY: all
|
||||
all:
|
||||
echo $(LAZARUS_LIBPATHS)
|
||||
$(MAKE) --assume-new=lazres.pp lazres$(EXEEXT)
|
||||
$(MAKE) --assume-new=svn2revisioninc.pas svn2revisioninc$(EXEEXT)
|
||||
$(MAKE) --assume-new=updatepofiles.pas updatepofiles$(EXEEXT)
|
||||
|
@ -34,7 +34,6 @@ endif
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
echo $(LAZARUS_LIBPATHS)
|
||||
$(MAKE) --assume-new=lazres.pp lazres$(EXEEXT)
|
||||
$(MAKE) --assume-new=svn2revisioninc.pas svn2revisioninc$(EXEEXT)
|
||||
$(MAKE) --assume-new=updatepofiles.pas updatepofiles$(EXEEXT)
|
||||
|
Loading…
Reference in New Issue
Block a user