[rtems-libbsd commit] Makefile: install mongoose.h under rtems/

Joel Sherrill joel at rtems.org
Fri Aug 3 13:36:47 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    a3dc1f04d46d428e14865041c4b481336b9610da
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=a3dc1f04d46d428e14865041c4b481336b9610da

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sat Jul 28 05:58:03 2012 -0500

Makefile: install mongoose.h under rtems/

---

 services/mghttpd/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/mghttpd/Makefile b/services/mghttpd/Makefile
index 72363a4..2809995 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:




More information about the vc mailing list