lazarus/debian/patches/01_topmakefile.diff
mazen c39f263237 * Synchronized with official Debian scripts.
* Fixed package building caused by modification of turbopower_ipro.

git-svn-id: trunk@17881 -
2008-12-22 12:01:50 +00:00

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