summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/config.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-09-10 20:51:59 +0000
committerjulian <julian@FreeBSD.org>1999-09-10 20:51:59 +0000
commitbe0f1c4ed24ca292e4cda9b1c25125ad0a18a7fb (patch)
treec2a52c6163f917180b90305ee8aabc74382b4584 /usr.bin/make/config.h
parentae7b0fea4bbf1c14974a7be119cf39ed116dd10d (diff)
downloadFreeBSD-src-be0f1c4ed24ca292e4cda9b1c25125ad0a18a7fb.zip
FreeBSD-src-be0f1c4ed24ca292e4cda9b1c25125ad0a18a7fb.tar.gz
Allow 'make' to check out elements within archive libraries.
"Make no longer properly parses archive files, so using archive members as make targets, as described in PSD:12 section 4.2, does not work." Really should be merged into 3.3 before we ship if we can.. it's a trivial fix. PR: bin/13039, bin/10274 Submitted by: Mikko Tyolajarvi mikko@dynas.se
Diffstat (limited to 'usr.bin/make/config.h')
-rw-r--r--usr.bin/make/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index 5732247..9d97eb5 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -114,4 +114,8 @@
# ifndef RANLIBMAG
# define RANLIBMAG "__.SYMDEF"
# endif
+#else
+# ifndef RANLIBMAG
+# define RANLIBMAG "/"
+# endif
#endif
OpenPOWER on IntegriCloud