mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:59:18 +02:00
Included explicit dependencies for all targets
This commit is contained in:
parent
a99c5a00c7
commit
91648ee734
@ -69,6 +69,12 @@ $(EXEFILES): %$(EXEEXT): %$(PASEXT)
|
||||
$(UNITFILES): %$(PPUEXT): %$(PASEXT)
|
||||
$(COMPILER) $*
|
||||
|
||||
objpas$(PPUEXT): objpas$(PASEXT) $(INC)/except.inc
|
||||
|
||||
# Need to change language file !!
|
||||
sysutils$(PPUEXT): objpas$(PPUEXT) sysutils$(PASEXT) sysstr.inc sysstrh.inc\
|
||||
stre.inc syspch.inc syspchh.inc dati.inc datih.inc \
|
||||
finah.inc fina.inc
|
||||
|
||||
targetdir:
|
||||
ifdef UNITTARGETDIR
|
||||
@ -122,7 +128,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.5 1998-10-02 09:26:02 peter
|
||||
# Revision 1.6 1998-10-02 10:41:08 michael
|
||||
# Included explicit dependencies for all targets
|
||||
#
|
||||
# Revision 1.5 1998/10/02 09:26:02 peter
|
||||
# * fixed rtl path
|
||||
#
|
||||
# Revision 1.4 1998/09/16 16:47:29 peter
|
||||
|
Loading…
Reference in New Issue
Block a user