From 91648ee73447be3c3ad6a65cbf4b99e76f7e1c75 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 2 Oct 1998 10:41:08 +0000 Subject: [PATCH] Included explicit dependencies for all targets --- rtl/objpas/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rtl/objpas/Makefile b/rtl/objpas/Makefile index 8db75477a7..ab4a105d90 100644 --- a/rtl/objpas/Makefile +++ b/rtl/objpas/Makefile @@ -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