26 lines
491 B
Plaintext
26 lines
491 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 15:18:32 camield Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Sun Aug 30 23:39:26 1998
|
|
+++ Makefile Wed Apr 26 17:06:53 2000
|
|
@@ -68,7 +68,7 @@
|
|
./compile case_lowers.c
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|
|
|
|
columnt: \
|
|
@@ -321,7 +321,7 @@
|
|
chmod 755 senders
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
slurpclose.o: \
|