Browse Source

* msg2inc is now called with "./" prepending (./msg2inc instead of msg2inc)

sg 24 years ago
parent
commit
f8ca6d3c85
2 changed files with 3 additions and 3 deletions
  1. 2 2
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 2 - 2
compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/30]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/03]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -1058,7 +1058,7 @@ TEMPNAME1=ppc1$(EXEEXT)
 TEMPNAME2=ppc2$(EXEEXT)
 TEMPNAME3=ppc3$(EXEEXT)
 MAKEDEP=ppdep$(EXEEXT)
-MSG2INC=msg2inc$(EXEEXT)
+MSG2INC=./msg2inc$(EXEEXT)
 alpha:
 	$(MAKE) ALPHA=1 all
 i386:

+ 1 - 1
compiler/Makefile.fpc

@@ -152,7 +152,7 @@ TEMPNAME1=ppc1$(EXEEXT)
 TEMPNAME2=ppc2$(EXEEXT)
 TEMPNAME3=ppc3$(EXEEXT)
 MAKEDEP=ppdep$(EXEEXT)
-MSG2INC=msg2inc$(EXEEXT)
+MSG2INC=./msg2inc$(EXEEXT)
 
 
 #####################################################################