[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!