* remove MAKE call in makefile target

This commit is contained in:
peter 1999-11-08 22:47:04 +00:00
parent 92705caaeb
commit 507fe53545

View File

@ -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