From 56f48f40b6bb805fbe0b363907359d830d20f582 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 25 Feb 1999 09:59:03 +0000 Subject: [PATCH] + Fixed type in strings target --- rtl/go32v1/Makefile | 7 +++++-- rtl/go32v2/Makefile | 7 +++++-- rtl/os2/Makefile | 7 +++++-- rtl/win32/Makefile | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/rtl/go32v1/Makefile b/rtl/go32v1/Makefile index 45c0e1d6b3..2968729169 100644 --- a/rtl/go32v1/Makefile +++ b/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 diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index fe1da5c78e..68b7a52106 100644 --- a/rtl/go32v2/Makefile +++ b/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 diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index 478bddfb89..13fb4f255a 100644 --- a/rtl/os2/Makefile +++ b/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 diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 90f284cf74..1989d17123 100644 --- a/rtl/win32/Makefile +++ b/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