26 lines
521 B
Plaintext
26 lines
521 B
Plaintext
$OpenBSD: patch-Makefile,v 1.3 2000/04/26 14:12:15 camield Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Sat Mar 18 16:18:42 2000
|
|
+++ Makefile Wed Apr 26 16:08:07 2000
|
|
@@ -133,7 +133,7 @@
|
|
./compile cdb_make.c
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|
|
|
|
chkshsgr: \
|
|
@@ -526,7 +526,7 @@
|
|
./choose c trysysel select.h1 select.h2 > select.h
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
sgetopt.o: \
|