diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-16 10:14:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-16 10:14:27 +0000 |
commit | 8a584d88f768826e1abde4fc5380897c5f04b414 (patch) | |
tree | 7e93e795c1f070964d6646aa1cd884406a2e7b40 /usr.bin/make/arch.c | |
parent | 4a1215a0e19292cab97b324e6421e1e8a62cc36b (diff) |
cut up dir.c into dir.c/direxpand.c as there is very little interface between
two modules that do different things.
Diffstat (limited to 'usr.bin/make/arch.c')
-rw-r--r-- | usr.bin/make/arch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 7617dc10803..b60cf3346a2 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: arch.c,v 1.62 2007/09/16 09:49:24 espie Exp $ */ +/* $OpenBSD: arch.c,v 1.63 2007/09/16 10:14:26 espie Exp $ */ /* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */ /* @@ -87,6 +87,7 @@ #include "config.h" #include "defines.h" #include "dir.h" +#include "direxpand.h" #include "arch.h" #include "var.h" #include "targ.h" |