From a3dc1f04d46d428e14865041c4b481336b9610da Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 28 Jul 2012 05:58:03 -0500 Subject: Makefile: install mongoose.h under rtems/ --- services/mghttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mghttpd/Makefile b/services/mghttpd/Makefile index 72363a46..28099955 100644 --- a/services/mghttpd/Makefile +++ b/services/mghttpd/Makefile @@ -26,8 +26,8 @@ $(LIB): $(C_O_FILES) $(AR) rcu $@ $^ install: $(LIB) - install -d $(INSTALL_BASE)/include - install -c -m 644 mongoose.h $(INSTALL_BASE) + install -d $(INSTALL_BASE)/include/rtems + install -c -m 644 mongoose.h $(INSTALL_BASE)/rtems install -c -m 644 $(LIB) $(INSTALL_BASE) clean: -- cgit v1.2.3