update depend substitution instructions.
#
# The rest are stolen from sys/unix/Makefile.src,
-# with slashes changed to back-slashes
-# and -c (which is included in CFLAGS) substituted
-# with -o$@ , but otherwise untouched. That
-# means that there is some irrelevant stuff
+# with the following changes:
+# * ../include changed to $(INCL)
+# * slashes changed to back-slashes
+# * -c (which is included in CFLAGS) substituted
+# with -o$@
+# * $(CC) changed to $(cc)
+# but otherwise untouched.
+# That means that there is some irrelevant stuff
# in here, but maintenance should be easier.
#
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h
#
# The rest are stolen from sys/unix/Makefile.src,
-# and -c (which is included in CFLAGS) substituted
-# with -o$@ , and targets prefixed with $(O)
-# but otherwise untouched. That means that there
-# is some irrelevant stuff in here, but maintenance
-# should be easier.
+# with the following changes:
+# * ../include changed to $(INCL)
+# * -c (which is included in CFLAGS) substituted
+# with -o$@
+# * targets prefixed with $(O)
+# * $(CC) changed to $(cc)
+# but otherwise untouched.
+# That means that there is some irrelevant stuff
+# in here, but maintenance should be easier.
#
$(O)tos.o: ../sys/atari/tos.c $(HACK_H) $(INCL)/tcap.h
$(cc) $(CFLAGS) -o$@ ../sys/atari/tos.c
#
# The rest are stolen from sys/unix/Makefile.src,
# with the following changes:
-# slashes changed to back-slashes
-# -c (which is included in CFLAGS) substituted with -Fo$@
-# s/..\include/$(INCL)
-# targets prefixed with $(O)
-# but otherwise untouched. That
-# means that there is some irrelevant stuff
+# * ../include changed to $(INCL)
+# * slashes changed to back-slashes
+# * -c (which is included in CFLAGS) substituted with -Fo$@
+# * targets prefixed with $(O)
+# but otherwise untouched.
+# That means that there is some irrelevant stuff
# in here, but maintenance should be easier.
#
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h