summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 05:58:03 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 05:58:03 -0500
commita3dc1f04d46d428e14865041c4b481336b9610da (patch)
tree7c3019618bddfae6c40892cc8b58b1cfa4d71c98
parent.gitignore: Add o-optimize (diff)
downloadrtems-libbsd-a3dc1f04d46d428e14865041c4b481336b9610da.tar.bz2
Makefile: install mongoose.h under rtems/
-rw-r--r--services/mghttpd/Makefile4
1 files 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: