26 lines
489 B
Plaintext
26 lines
489 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 15:18:31 camield Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Tue May 19 18:25:42 1998
|
|
+++ Makefile Wed Apr 26 16:59:30 2000
|
|
@@ -102,7 +102,7 @@
|
|
./compile cdbmss.c
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|
|
|
|
coe.o: \
|
|
@@ -411,7 +411,7 @@
|
|
./compile setmaillist.c
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
sgetopt.o: \
|