2000-04-26 10:20:18 -04:00
|
|
|
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 14:20:19 camield Exp $
|
2000-03-13 04:24:03 -05:00
|
|
|
|
2000-04-26 10:20:18 -04:00
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
2000-03-13 04:24:03 -05:00
|
|
|
|
2000-04-26 10:20:18 -04:00
|
|
|
--- Makefile.orig Mon Mar 6 06:21:09 2000
|
|
|
|
+++ Makefile Wed Apr 26 16:13:44 2000
|
|
|
|
@@ -85,7 +85,7 @@
|
|
|
|
./compile byte_rchr.c
|
2000-03-13 04:24:03 -05:00
|
|
|
|
2000-04-26 10:20:18 -04:00
|
|
|
check: \
|
|
|
|
-it instcheck
|
|
|
|
+instcheck
|
|
|
|
./instcheck
|
2000-03-13 04:24:03 -05:00
|
|
|
|
2000-04-26 10:20:18 -04:00
|
|
|
chkshsgr: \
|
|
|
|
@@ -384,7 +384,7 @@
|
|
|
|
./compile setuidgid.c
|
|
|
|
|
|
|
|
setup: \
|
|
|
|
-it install
|
|
|
|
+install
|
|
|
|
./install
|
|
|
|
|
|
|
|
sgetopt.o: \
|