summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-05 23:38:29 +0000
committerRoland McGrath <roland@gnu.org>1995-12-05 23:38:29 +0000
commitdbd8ad93e525c29767467795730b1fa4d918d7e5 (patch)
tree1a58694df438cf4786f7d49e119e51f90f5f0511 /libshouldbeinlibc
parent8dc52cf5ae842d15a086d41a5819cd1cbf15c7dd (diff)
(SRCS, LCLHDRS): Removed error.c and error.h.
(CPPFLAGS-error.c): Variable removed.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile
index b3f72526..75451d9d 100644
--- a/libshouldbeinlibc/Makefile
+++ b/libshouldbeinlibc/Makefile
@@ -20,14 +20,11 @@ dir := libshouldbeinlibc
makemode := library
libname = libshouldbeinlibc
-SRCS = error.c argz.c options.c argp-parse.c argp-help.c line.c
-LCLHDRS = error.h argz.h rwlock.h options.h argp.h line.h
+SRCS = argz.c options.c argp-parse.c argp-help.c line.c
+LCLHDRS = argz.h rwlock.h options.h argp.h line.h
installhdrs = $(LCLHDRS)
installhdrsubdir = .
OBJS = $(SRCS:.c=.o)
-CPPFLAGS += $(CPPFLAGS-$(notdir $<))
-CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR
-
include ../Makeconf