|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Makefile generated by fpcmake v1.00 [2000/10/01]
|
|
|
+# Makefile generated by fpcmake v1.00 [2000/10/25]
|
|
|
#
|
|
|
|
|
|
defaultrule: all
|
|
@@ -212,7 +212,8 @@ INFOTARGET=fpc_infocfg fpc_infoobjects fpc_infoinstall
|
|
|
|
|
|
# when making a full version include the compiler
|
|
|
ifeq ($(FULL),1)
|
|
|
-override UNITDIR+=../../compiler
|
|
|
+override UNITDIR+=../../compiler ../../compiler/$(CPU_TARGET)
|
|
|
+override INCDIR+=../../compiler ../../compiler/$(CPU_TARGET)
|
|
|
else
|
|
|
override UNITDIR+=../fake/compiler
|
|
|
endif
|
|
@@ -304,7 +305,7 @@ endif
|
|
|
# To install files
|
|
|
ifndef INSTALL
|
|
|
ifdef inUnix
|
|
|
-INSTALL:=install -m 644
|
|
|
+INSTALL:=install -c -m 644
|
|
|
else
|
|
|
INSTALL:=$(COPY)
|
|
|
endif
|
|
@@ -313,7 +314,7 @@ endif
|
|
|
# To install programs
|
|
|
ifndef INSTALLEXE
|
|
|
ifdef inUnix
|
|
|
-INSTALLEXE:=install -m 755
|
|
|
+INSTALLEXE:=install -c -m 755
|
|
|
else
|
|
|
INSTALLEXE:=$(COPY)
|
|
|
endif
|