From a11c1f8ec02abcaa84ffbeeca64f4c02bd5c1557 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 11 May 2002 14:15:26 +0000 Subject: [PATCH] make install forgot to install textcode.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f62be5..92474fd 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ clean: install: libowfat.a install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR) - install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h $(INCLUDEDIR) + install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h textcode.h $(INCLUDEDIR) install -m 644 $(wildcard */*.3) $(MAN3DIR) install -m 644 libowfat.a $(LIBDIR)