From 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 02:29:46 -0400 Subject: Update source file format: remove TABs, use GNU coding styles. --- README.Amiga | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.Amiga') diff --git a/README.Amiga b/README.Amiga index 0ecc592..1fabe07 100644 --- a/README.Amiga +++ b/README.Amiga @@ -11,7 +11,7 @@ GNU make): - Can run multi-line statements - Allows to use Device-Names in targets: - c:make : make.o + c:make : make.o is ok. To distinguish between device-names and target : or ::, MAKE looks for spaces. If there are any around :, it's taken as a target @@ -19,11 +19,11 @@ GNU make): that "make:make.o" tries to create "make.o" on the device "make:". - Replaces @@ by a newline in any command line: - if exists make @@\ - delete make.bak quiet @@\ - rename make make.bak @@\ - endif @@\ - $(CC) Link Make.o To make + if exists make @@\ + delete make.bak quiet @@\ + rename make make.bak @@\ + endif @@\ + $(CC) Link Make.o To make works. Note that the @@ must stand alone (i.e., "make@@\" is illegal). Also be careful that there is a space after the "\" (i.e., at the -- cgit v1.2.3