c830987cd6
in them and thus were actually broken if the builddir wasn't still around.
26 lines
489 B
Plaintext
26 lines
489 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 14:06:47 camield Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Wed Apr 26 16:01:05 2000
|
|
+++ Makefile Wed Apr 26 16:01:31 2000
|
|
@@ -183,7 +183,7 @@
|
|
./compile cdb_make.c
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|
|
|
|
chkshsgr: \
|
|
@@ -751,7 +751,7 @@
|
|
./compile server.c
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
sgetopt.o: \
|