blob: 275221e8c0c9614ba650e205822ade3a9e58ae5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- makefile.orig Thu Dec 31 21:01:58 1998
+++ makefile Thu Dec 31 21:02:04 1998
@@ -6,7 +6,7 @@
#
# Installation prefix
#
-PREFIX=/usr/local
+PREFIX?=/usr/local
#
# C options
|