diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-05 23:38:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-05 23:38:29 +0000 |
commit | dbd8ad93e525c29767467795730b1fa4d918d7e5 (patch) | |
tree | 1a58694df438cf4786f7d49e119e51f90f5f0511 /libshouldbeinlibc/Makefile | |
parent | 8dc52cf5ae842d15a086d41a5819cd1cbf15c7dd (diff) |
(SRCS, LCLHDRS): Removed error.c and error.h.
(CPPFLAGS-error.c): Variable removed.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 7 |
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 |