blob: 105e8fa51ade5fd58e0dc1113fcbd71c38bbd633 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur a2dev-1.2.orig/asm/Makefile a2dev-1.2/asm/Makefile
--- a2dev-1.2.orig/asm/Makefile Sun Mar 26 03:52:23 1995
+++ a2dev-1.2/asm/Makefile Wed Jul 1 18:23:11 1998
@@ -25,7 +25,7 @@
### Abstract rules
###
-default: $(PROG)
+all: $(PROG)
install: installbin installman
|