mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-31 15:35:56 +02:00

* Fixed package building caused by modification of turbopower_ipro. git-svn-id: trunk@17881 -
40 lines
1.4 KiB
Diff
Executable File
40 lines
1.4 KiB
Diff
Executable File
This patch fixes dist_clean target used to remove generated files before
|
|
packaging sources.
|
|
|
|
Index: Makefile.fpc
|
|
===================================================================
|
|
--- lazarus~/Makefile.fpc (révision 16588)
|
|
+++ lazarus/Makefile.fpc (copie de travail)
|
|
@@ -11,7 +11,7 @@
|
|
|
|
[target]
|
|
programs=lazarus startlazarus
|
|
-dirs=lcl components packager/registration ideintf designer packager
|
|
+dirs=lcl components packager/registration ideintf designer packager ide tools
|
|
exampledirs=examples
|
|
|
|
[compiler]
|
|
@@ -45,13 +45,9 @@
|
|
|
|
#-----------------------------------------------------------------------------
|
|
[rules]
|
|
-.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide purge examples install lazbuild
|
|
+.PHONY: lcl components packager/registration ideintf packager bigidecomponents idepkg idebig bigide starter lazbuilder all clean cleanide purge examples install lazbuild
|
|
|
|
#-----------------------------------------------------------------------------
|
|
-ide:
|
|
- $(MAKE) -C ide ide
|
|
-
|
|
-#-----------------------------------------------------------------------------
|
|
idepkg:
|
|
$(MAKE) -C ide idepkg
|
|
|
|
@@ -81,7 +77,6 @@
|
|
|
|
#-----------------------------------------------------------------------------
|
|
tools: lcl components
|
|
- $(MAKE) -C tools
|
|
|
|
#-----------------------------------------------------------------------------
|
|
examples: lcl components
|