26 lines
489 B
Plaintext
26 lines
489 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 15:18:33 camield Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Sun Nov 15 03:28:23 1998
|
|
+++ Makefile Wed Apr 26 17:09:50 2000
|
|
@@ -98,7 +98,7 @@
|
|
./compile case_diffb.c
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|
|
|
|
compile: \
|
|
@@ -509,7 +509,7 @@
|
|
./compile setlock.c
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
sgetopt.0: \
|