Browse Source

* remove MAKE call in makefile target

peter 26 years ago
parent
commit
507fe53545
1 changed files with 5 additions and 3 deletions
  1. 5 3
      utils/fpcmake.ini

+ 5 - 3
utils/fpcmake.ini

@@ -7,8 +7,7 @@
 [makefilerule]
 Makefile: Makefile.fpc
         fpcmake
-        $(MAKE)
-
+	
 [osdetect]
 #####################################################################
 # Autodetect OS (Linux or Dos or Windows NT)
@@ -1119,7 +1118,10 @@ endif
 
 ;
 ; $Log$
-; Revision 1.3  1999-11-08 15:01:39  peter
+; Revision 1.4  1999-11-08 22:47:04  peter
+;   * remove MAKE call in makefile target
+;
+; Revision 1.3  1999/11/08 15:01:39  peter
 ;   * fpcmake support
 ;
 ; Revision 1.2  1999/11/03 23:39:53  peter