summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-05-13 05:04:06 +0000
committerRoland McGrath <roland@gnu.org>1993-05-13 05:04:06 +0000
commit0d4da0e4e213fe48eb9e685582b051c5266300aa (patch)
tree15a21944ff46bec1918c08d5fbb821166918093d /ctype
parent6eba2d40aff9114f0aca263236101ebfb940363b (diff)
entered into RCS
Diffstat (limited to 'ctype')
-rw-r--r--ctype/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/ctype/Makefile b/ctype/Makefile
index e0f262ebc5..21dfc8e3b1 100644
--- a/ctype/Makefile
+++ b/ctype/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993 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
@@ -26,11 +26,4 @@ aux := ctype-info
tests := test_ctype
-# In most cases, we want the C source files to come before
-# the header files so tags for optimizing #define's in the
-# headers won't be put in the tags files, but for ctype,
-# the functions are just backup for the #define's in the header.
-export tags_sources = $(all-headers) $(all-sources)
-
-all:
include ../Rules