summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-01-16 04:49:18 +0000
committerRoland McGrath <roland@gnu.org>1994-01-16 04:49:18 +0000
commit83fe3237973c36dbebb241ad62bf98e577dc444a (patch)
treee3bda8a93b8bb8486203b48df7db8195946234f4 /stdlib
parentecb0d01dc7dffcd23a719089c7021498e3b0fcf7 (diff)
entered into RCS
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 2ec82f51a7..f7d060b5d7 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993, 1994 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
@@ -39,8 +39,4 @@ routines := \
distribute := exit.h
tests := tst-strtol tst-strtod testmb testrand testsort testdiv
-$(objpfx)testsort.input: /usr/dict/words
- cp $< $@
-generated := $(objpfx)testsort.input
-
include ../Rules