summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
Diffstat (limited to 'Rules')
-rw-r--r--Rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rules b/Rules
index 2bab3bfdfb..8d9d0a4695 100644
--- a/Rules
+++ b/Rules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -38,6 +38,9 @@ export subdir := $(subdir)
.PHONY: all
all: objs lib others
+others: $(addprefix $(objpfx),$(extra-objs) \
+ $(install-lib) $(install-bin) $(install-sbin))
+
ifneq "$(findstring env,$(origin headers))" ""
headers :=
endif