Browse Source

* fixed dos dependency

peter 27 years ago
parent
commit
ef7da87e66
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/win32/Makefile

+ 5 - 2
rtl/win32/Makefile

@@ -178,7 +178,7 @@ windows$(PPUEXT) : windows.pp $(WINDOWS_SOURCE_FILES) $(SYSTEMPPU)
 # TP7 Compatible RTL Units
 # 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)
 	$(COMPILER) dos $(REDIR)
 
 
 #objects$(PPUEXT) : $(INC)/objects.pp objinc.inc $(SYSTEMPPU)
 #objects$(PPUEXT) : $(INC)/objects.pp objinc.inc $(SYSTEMPPU)
@@ -382,7 +382,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $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
 #  * wrong 'objpas' target in all removed
 #
 #
 # Revision 1.8  1998/10/11 13:45:03  michael
 # Revision 1.8  1998/10/11 13:45:03  michael