blob: baf0f516754e2be3d630b01176a1605dcc465b9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- share/src/fpc-1.0.10/ide/compiler/Makefile.fpc.old Fri Jan 16 00:23:44 2004
+++ share/src/fpc-1.0.10/ide/compiler/Makefile.fpc Fri Jan 16 00:25:03 2004
@@ -18,7 +18,7 @@
fpcdir=../..
[prerules]
-COMPILERDIR=$(FPCDIR)/compiler
+COMPILERDIR=../../compiler
# Use 1.0.2 and 1.0.4 require -Ca to generate simple ppu
ifneq ($(findstring 1.0.2,$(FPC_VERSION)),)
|