Browse Source

+ Fixed type in strings target

michael 26 years ago
parent
commit
56f48f40b6
4 changed files with 20 additions and 8 deletions
  1. 5 2
      rtl/go32v1/Makefile
  2. 5 2
      rtl/go32v2/Makefile
  3. 5 2
      rtl/os2/Makefile
  4. 5 2
      rtl/win32/Makefile

+ 5 - 2
rtl/go32v1/Makefile

@@ -146,7 +146,7 @@ $(SYSTEMPPU) : system.pp $(SYSDEPS)
 
 strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
                    $(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
-                   $($(SYSTEMPPU)
+                   $(SYSTEMPPU)
 	$(COMPILER) $(INC)/strings.pp $(REDIR)
 
 go32$(PPUEXT) : go32.pp $(SYSTEMPPU)
@@ -234,7 +234,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.4  1999-02-25 07:39:21  michael
+# Revision 1.5  1999-02-25 10:00:43  michael
+# + Fixed type in strings target
+#
+# Revision 1.4  1999/02/25 07:39:21  michael
 # * Joined strings and sysutils
 #
 # Revision 1.3  1999/01/15 11:47:12  peter

+ 5 - 2
rtl/go32v2/Makefile

@@ -154,7 +154,7 @@ $(SYSTEMPPU) : system.pp $(SYSDEPS)
 
 strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
                    $(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
-                   $($(SYSTEMPPU)
+                   $(SYSTEMPPU)
 	$(COMPILER) $(INC)/strings.pp $(REDIR)
 
 go32$(PPUEXT) : go32.pp $(SYSTEMPPU)
@@ -262,7 +262,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.7  1999-02-25 07:39:20  michael
+# Revision 1.8  1999-02-25 10:00:01  michael
+# + Fixed type in strings target
+#
+# Revision 1.7  1999/02/25 07:39:20  michael
 # * Joined strings and sysutils
 #
 # Revision 1.6  1999/02/09 17:16:58  florian

+ 5 - 2
rtl/os2/Makefile

@@ -159,7 +159,7 @@ $(SYSTEMPPU) : sysos2.pas $(SYSDEPS)
 
 strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
                    $(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
-                   $($(SYSTEMPPU)
+                   $(SYSTEMPPU)
 	$(COMPILER) $(INC)/strings.pp $(REDIR)
 
 #
@@ -230,7 +230,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.5  1999-02-25 07:39:22  michael
+# Revision 1.6  1999-02-25 10:01:25  michael
+# + Fixed type in strings target
+#
+# Revision 1.5  1999/02/25 07:39:22  michael
 # * Joined strings and sysutils
 #
 # Revision 1.4  1998/11/24 19:51:21  jonas

+ 5 - 2
rtl/win32/Makefile

@@ -156,7 +156,7 @@ $(SYSTEMPPU) : syswin32.pp win32.inc $(SYSDEPS)
 
 strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
                    $(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
-                   $($(SYSTEMPPU)
+                   $(SYSTEMPPU)
 	$(COMPILER) $(INC)/strings.pp $(REDIR)
 
 #
@@ -380,7 +380,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.18  1999-02-25 07:39:19  michael
+# Revision 1.19  1999-02-25 09:59:03  michael
+# + Fixed type in strings target
+#
+# Revision 1.18  1999/02/25 07:39:19  michael
 # * Joined strings and sysutils
 #
 # Revision 1.17  1999/01/15 11:47:19  peter