|
@@ -83,11 +83,12 @@ endif
|
|
# System independent
|
|
# System independent
|
|
#####################################################################
|
|
#####################################################################
|
|
|
|
|
|
-# Where are the include files ?
|
|
|
|
-INC=../inc
|
|
|
|
-PROCINC=../$(CPU)
|
|
|
|
-CFG=../cfg
|
|
|
|
-OBJPASDIR=../objpas
|
|
|
|
|
|
+# Where are the include files
|
|
|
|
+RTL=..
|
|
|
|
+CFG=$(RTL)/cfg
|
|
|
|
+INC=$(RTL)/inc
|
|
|
|
+PROCINC=$(RTL)/$(CPU)
|
|
|
|
+OBJPASDIR=$(RTL)/objpas
|
|
|
|
|
|
# Get some defaults for Programs and OSes.
|
|
# Get some defaults for Programs and OSes.
|
|
# This will set the following variables :
|
|
# This will set the following variables :
|
|
@@ -244,7 +245,10 @@ include $(CFG)/makefile.def
|
|
|
|
|
|
#
|
|
#
|
|
# $Log$
|
|
# $Log$
|
|
-# Revision 1.1 1998-09-10 14:15:47 peter
|
|
|
|
|
|
+# Revision 1.2 1998-10-02 09:25:58 peter
|
|
|
|
+# * fixed rtl path
|
|
|
|
+#
|
|
|
|
+# Revision 1.1 1998/09/10 14:15:47 peter
|
|
# - renamed makefile to Makefile
|
|
# - renamed makefile to Makefile
|
|
#
|
|
#
|
|
#
|
|
#
|