From 5dbbe76f012c791dc1a88fec5774fce80924910e Mon Sep 17 00:00:00 2001 From: Lephe Date: Thu, 7 Jan 2021 11:23:53 +0100 Subject: [PATCH] install all headers --- make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/Makefile b/make/Makefile index 40a34e8..c8611d2 100755 --- a/make/Makefile +++ b/make/Makefile @@ -157,8 +157,8 @@ install: $(target) install $(target) $(m644) $(PREFIX) install ../$(CONFIG.TARGET.LONG).ld $(m644) $(PREFIX) install -d $(PREFIX)/include/gint - cp ../include/gint/*.h $(PREFIX)/include/gint/ - cp include/gint/*.h $(PREFIX)/include/gint/ + cp -r ../include/gint/* $(PREFIX)/include/gint/ + cp -r include/gint/* $(PREFIX)/include/gint/ uninstall: rm -f $(PREFIX)/$(target)