From a8ae09fb8992da08f2ad54d6789773f5e07f704d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 May 2024 13:39:05 -0400 Subject: [PATCH] Remove unnecessary header files from install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73d99b5..9fb2967 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ install: $(NAME) bp.1 install-lib: $(LIBFILE) bp.1 mkdir -p -m 755 "$(PREFIX)/lib" "$(PREFIX)/include/$(NAME)" cp $(LIBFILE) "$(PREFIX)/lib" - cp pattern.h match.h utils.h utf8.h "$(PREFIX)/include/$(NAME)" + cp pattern.h match.h "$(PREFIX)/include/$(NAME)" uninstall: rm -rf "$(PREFIX)/bin/$(NAME)" "$(PREFIX)/man/man1/$(NAME).1" "$(SYSCONFDIR)/$(NAME)"