diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-02-13 00:37:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-02-13 00:37:25 +0000 |
commit | 2a04603a3dc5bab8417159fa47d7799f98fb3d60 (patch) | |
tree | 846fc20553f75982a2ea135faadd9d1731586c87 /include/Makefile | |
parent | d5fa95490a30370197f6044a517a7ebb31c81c14 (diff) |
remove prereq, by using a pre-generated include file (this one should now
be MI since we removed stuff that was arch-dependent). The Configure script
still rebuilds a copy of that file, and we check it for diffs.
okay millert@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index e5979712508..86b73d05d88 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.138 2006/01/06 18:54:25 millert Exp $ +# $OpenBSD: Makefile,v 1.139 2007/02/13 00:37:24 espie Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -55,7 +55,7 @@ WDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes -PWDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils +PWDIRS= ../gnu/usr.bin/binutils .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \ |