summaryrefslogtreecommitdiff
path: root/usr.bin/make/arch.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-09-16 09:49:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-09-16 09:49:25 +0000
commitbff3eae682b5024393fa0f8d9b0c75321d9451b6 (patch)
tree1866e29998c23545f51361be4f96cbda980d4454 /usr.bin/make/arch.c
parentbd69b445ac167caf8d7d677876c8b78a2dcd60aa (diff)
more dead code: we always define LIBRARIES and INCLUDES
Diffstat (limited to 'usr.bin/make/arch.c')
-rw-r--r--usr.bin/make/arch.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c
index 86a5396b37f..7617dc10803 100644
--- a/usr.bin/make/arch.c
+++ b/usr.bin/make/arch.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: arch.c,v 1.61 2007/09/16 09:46:14 espie Exp $ */
+/* $OpenBSD: arch.c,v 1.62 2007/09/16 09:49:24 espie Exp $ */
/* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */
/*
@@ -963,11 +963,7 @@ Arch_FindLib(GNode *gn, Lst path)
free(libName);
-#ifdef LIBRARIES
Varq_Set(TARGET_INDEX, gn->name, gn);
-#else
- Varq_Set(TARGET_INDEX, gn->path == NULL ? gn->name : gn->path, gn);
-#endif /* LIBRARIES */
}
/*-