mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
* fixed dos dependency
This commit is contained in:
parent
6155ef488c
commit
ef7da87e66
@ -178,7 +178,7 @@ windows$(PPUEXT) : windows.pp $(WINDOWS_SOURCE_FILES) $(SYSTEMPPU)
|
||||
# TP7 Compatible RTL Units
|
||||
#
|
||||
|
||||
dos$(PPUEXT) : $(DOSDEPS) $(INC)/filerec.inc $(INC)/textrec.inc $(SYSTEMPPU)
|
||||
dos$(PPUEXT) : dos.pp $(INC)/filerec.inc $(INC)/textrec.inc $(SYSTEMPPU)
|
||||
$(COMPILER) dos $(REDIR)
|
||||
|
||||
#objects$(PPUEXT) : $(INC)/objects.pp objinc.inc $(SYSTEMPPU)
|
||||
@ -382,7 +382,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.9 1998-10-12 08:36:32 pierre
|
||||
# Revision 1.10 1998-10-14 12:49:42 peter
|
||||
# * fixed dos dependency
|
||||
#
|
||||
# Revision 1.9 1998/10/12 08:36:32 pierre
|
||||
# * wrong 'objpas' target in all removed
|
||||
#
|
||||
# Revision 1.8 1998/10/11 13:45:03 michael
|
||||
|
Loading…
Reference in New Issue
Block a user