freebsd-ports/devel/a2dev/files/patch-ab
Martin Wilke cd06a37022 - Unbreak
- Fix build with gcc 4.2
- pet portlint

PR:		117648 (based on)
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-10-30 10:54:00 +00:00

12 lines
310 B
Text

diff -ur a2dev-1.2.orig/Makefile a2dev-1.2/Makefile
--- Makefile Sun Mar 26 06:08:22 1995
+++ Makefile Wed Jul 1 18:27:21 1998
@@ -13,7 +13,7 @@
include Make.defs
-GENERIC = default install clean distclean
+GENERIC = all default install clean distclean
SUBDIRS = util asm link load objx test
###