diff options
Diffstat (limited to 'devel/a2dev/files/patch-ad')
-rw-r--r-- | devel/a2dev/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-ad b/devel/a2dev/files/patch-ad new file mode 100644 index 000000000000..57c72921c963 --- /dev/null +++ b/devel/a2dev/files/patch-ad @@ -0,0 +1,12 @@ +diff -ur a2dev-1.2.orig/link/Makefile a2dev-1.2/link/Makefile +--- a2dev-1.2.orig/link/Makefile Sun Mar 26 03:52:45 1995 ++++ a2dev-1.2/link/Makefile Wed Jul 1 18:23:18 1998 +@@ -16,7 +16,7 @@ + ### Abstract rules + ### + +-default: $(PROG) ++all: $(PROG) + + install: installbin installman + |