diff options
author | Roland McGrath <roland@redhat.com> | 1996-05-13 18:39:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-05-13 18:39:46 +0000 |
commit | efbe1b64111495a22b048ddbfc12abd33d972bd5 (patch) | |
tree | 71896432a657e42a4a22f19c5ec011e43ea21afc /README.Amiga | |
parent | 5fb14db85f14273f355dce00445ff65aa85a087e (diff) | |
download | gunmake-efbe1b64111495a22b048ddbfc12abd33d972bd5.tar.gz |
Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>
* README.Amiga: updated feature list
Diffstat (limited to 'README.Amiga')
-rw-r--r-- | README.Amiga | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.Amiga b/README.Amiga index 7bb309f..e8eca68 100644 --- a/README.Amiga +++ b/README.Amiga @@ -29,9 +29,7 @@ GNU make): Also be carefull that there is a space after the "\" (ie, at the beginning of the next line). - Can be made resident to save space and time -- To use "#?" as a wildcard, you must enclose it in "": - - delete "#?.o" +- Amiga specific wildcards can be used in $(wildcard ...) BUGS: - The line @@ -42,6 +40,7 @@ tries to make dummy.h from "src/*.c" (ie. no wildcard-expansion takes place). You have to use "$(wildcard src/*.c)" instead. COMPILING FROM SCRATCH +---------------------- To recompile, you need SAS/C 6.51. make itself is not neccessary, there is an smakefile. |