diff options
Diffstat (limited to 'editors/lazarus/files/patch-Makefile')
-rw-r--r-- | editors/lazarus/files/patch-Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/editors/lazarus/files/patch-Makefile b/editors/lazarus/files/patch-Makefile index 9ee3b84e66aa..9ac26bed5b2e 100644 --- a/editors/lazarus/files/patch-Makefile +++ b/editors/lazarus/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile 2014-03-23 19:30:47.000000000 -0500 -+++ Makefile 2014-03-25 19:19:37.000000000 -0500 -@@ -294,7 +294,7 @@ +--- Makefile.orig 2018-02-25 03:49:41.000000000 -0500 ++++ Makefile 2018-03-06 15:24:00.905598000 -0500 +@@ -339,7 +339,7 @@ LAZARUS_INSTALL_DIR=C:\lazarus endif ifneq ($(findstring $(OS_TARGET),freebsd),) @@ -9,12 +9,3 @@ endif ifneq ($(findstring $(OS_TARGET),win32 win64),) IDEVERSION=$(shell .\tools\install\get_lazarus_version.bat) -@@ -2848,7 +2848,7 @@ - examples: - $(MAKE) -C examples - all: lazbuild lcl basecomponents ide starter --bigide: lazbuild lcl basecomponents bigidecomponents idebig starter lhelp -+bigide: lazbuild bigidecomponents idebig starter lhelp - cleanide: - $(MAKE) -C ide cleanide - cleanlaz: cleanide |