Browse Source

+ Fixed inifiles dependencies

michael 26 years ago
parent
commit
45042334ca
1 changed files with 11 additions and 3 deletions
  1. 11 3
      fcl/win32/Makefile

+ 11 - 3
fcl/win32/Makefile

@@ -38,7 +38,11 @@ DEFAULTUNITS=1
 # Real targets
 #####################################################################
 
-UNITOBJECTS=classes
+# INCUNITS is defined in makefile.inc
+# They are default units for all platforms.
+include $(INC)/Makefile.inc
+
+UNITOBJECTS=$(INCUNITS)
 EXEOBJECTS=
 
 
@@ -116,14 +120,18 @@ endif
 
 vpath %$(PASEXT) $(INC)
 
-include $(INC)/Makefile.inc
 INCFILES=$(addprefix $(INC)/,$(INCNAMES))
 
 classes$(PPUEXT): $(INCFILES) classes$(PASEXT)
 
+inifiles$(PPUEXT): classes$(PPUEXT) inifiles$(PASEXT)
+
 #
 # $Log$
-# Revision 1.5  1999-04-08 10:19:05  peter
+# Revision 1.6  1999-04-12 14:40:17  michael
+# + Fixed inifiles dependencies
+#
+# Revision 1.5  1999/04/08 10:19:05  peter
 #   * makefile updates
 #
 #