~emersion/mrsh-dev

Makefile: remove getopt.h from public_includes v1 PROPOSED

Benjamin Lowry: 1
 Makefile: remove getopt.h from public_includes

 1 files changed, 0 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/mrsh-dev/patches/9866/mbox | git am -3
Learn more about email & git

[PATCH] Makefile: remove getopt.h from public_includes Export this patch

Fixes 'make install' failing since getopt.h was made private
in 8312ce143903f0befff5d0d595bf94d7836236ec.
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index b5db765..ce88f4b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ public_includes=\
		include/mrsh/buffer.h \
		include/mrsh/builtin.h \
		include/mrsh/entry.h \
		include/mrsh/getopt.h \
		include/mrsh/hashtable.h \
		include/mrsh/parser.h \
		include/mrsh/shell.h
-- 
2.24.1
Pushed, thanks!