|
@@ -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
|