summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-01-11 00:14:53 +0000
committerRoland McGrath <roland@redhat.com>1995-01-11 00:14:53 +0000
commitfffc384bfcd36c0fd5f645aeb53c612bb523b466 (patch)
tree9df947a2817f858c48e30118ec94a5770302e43a /default.c
parentafd1d69e7df224b813f126116b7b675d4b233e21 (diff)
downloadgunmake-fffc384bfcd36c0fd5f645aeb53c612bb523b466.tar.gz
(default_variables) [__hpux]: Remove special definition of ARFLAGS.
Existence of the `f' flag is not consistent across HPUX versions; and one might be using GNU ar anyway.
Diffstat (limited to 'default.c')
-rw-r--r--default.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/default.c b/default.c
index 154cb82..5cdca48 100644
--- a/default.c
+++ b/default.c
@@ -1,5 +1,5 @@
/* Data base of default implicit rules for GNU Make.
-Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
+Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -209,13 +209,7 @@ static char *default_suffix_rules[] =
static char *default_variables[] =
{
"AR", "ar",
-#ifndef __hpux
"ARFLAGS", "rv",
-#else
- /* HPUX ar's f flag says to truncate the file names to archive member
- name length in comparisons, so replacement notices the equality. */
- "ARFLAGS", "rfv",
-#endif
"AS", "as",
#ifdef GCC_IS_NATIVE
"CC", "gcc",