diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 17:40:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 17:40:15 +0000 |
commit | dea1d10da2a0519a86f8f26da4e9864d37236e65 (patch) | |
tree | a31b8eae4ee8929d9a03d7a0fa3313bea2993b00 | |
parent | 5b684caa7cc75f5a12c3bd395503f42b5c3c6355 (diff) |
(lndist, $(srcdir)/hurd-snap/$(dir)/error.[ch]): Targets removed.
-rw-r--r-- | libshouldbeinlibc/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index ee2c9d00..9349ad11 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -31,10 +31,3 @@ CPPFLAGS += $(CPPFLAGS-$(notdir $<)) CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR include ../Makeconf - -lndist: $(srcdir)/hurd-snap/$(dir)/error.c $(srcdir)/hurd-snap/$(dir)/error.h - -$(srcdir)/hurd-snap/$(dir)/error.c: error.c - cp $< $@ -$(srcdir)/hurd-snap/$(dir)/error.h: error.h - cp $< $@ |