summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-02-07 07:27:44 +0000
committerRoland McGrath <roland@gnu.org>2002-02-07 07:27:44 +0000
commitd035d1eea47dd54084a7bddcd52a531997be652d (patch)
tree3b93e6d1d08365e8c27fef7c585525744aa08c29 /libshouldbeinlibc
parentf9e7150fccc6034230eadbf9e1217398cf742f25 (diff)
2002-02-06 Roland McGrath <roland@frob.com>
* Makefile (CFLAGS): Don't add -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile
index 562ebd82..0787d2d6 100644
--- a/libshouldbeinlibc/Makefile
+++ b/libshouldbeinlibc/Makefile
@@ -1,6 +1,6 @@
# Makefile for libshouldbeinlibc
#
-# Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1995,96,97,98,99,2002 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -33,8 +33,6 @@ installhdrs = idvec.h timefmt.h maptime.h \
LCLHDRS = $(installhdrs)
installhdrsubdir = .
-CFLAGS += -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H
-
OBJS = $(SRCS:.c=.o)
include ../Makeconf