diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
| commit | 3ce6522991cbd672234db37581c81019fa9330f9 (patch) | |
| tree | 4a4d08e31f601b5020751f730b194a8947500912 /devel/a2dev/files/patch-ae | |
| parent | 2c26d9e848a3e2053b9758c29c225504262c4227 (diff) | |
Submitted by: archie Cobbs (archie@whistle.com)
Apple ][ assembler and linker written by archie in the dark ages.
Diffstat (limited to 'devel/a2dev/files/patch-ae')
| -rw-r--r-- | devel/a2dev/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-ae b/devel/a2dev/files/patch-ae new file mode 100644 index 000000000000..a06e41015726 --- /dev/null +++ b/devel/a2dev/files/patch-ae @@ -0,0 +1,12 @@ +diff -ur a2dev-1.2.orig/load/Makefile a2dev-1.2/load/Makefile +--- a2dev-1.2.orig/load/Makefile Sun Mar 26 03:52:37 1995 ++++ a2dev-1.2/load/Makefile Wed Jul 1 18:23:25 1998 +@@ -16,7 +16,7 @@ + ### Abstract rules + ### + +-default: $(PROG) ++all: $(PROG) + + install: installbin installman + |
