mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:18:12 +02:00
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
--- Makefile Fri Sep 15 03:55:16 2006
|
|
+++ Makefile Fri Sep 22 00:40:31 2006
|
|
@@ -238,7 +238,7 @@
|
|
LAZARUS_INSTALL_DIR=C:\lazarus
|
|
endif
|
|
ifneq ($(findstring $(OS_TARGET),freebsd),)
|
|
-LAZARUS_INSTALL_DIR=/usr/local/lazarus
|
|
+LAZARUS_INSTALL_DIR=%%DATADIR%%
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
override TARGET_DIRS+=lcl components packager/registration designer packager
|