diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:39:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:39:05 -0400 |
| commit | a8ae09fb8992da08f2ad54d6789773f5e07f704d (patch) | |
| tree | 81ec42b51be929d47506af450d52e156b5202b54 | |
| parent | da067957c82ab74300bafa10a7753dc1e9cb53c7 (diff) | |
Remove unnecessary header files from install
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |
