Makefile: install mongoose.h under rtems/

This commit is contained in:
Joel Sherrill 2012-07-28 05:58:03 -05:00
parent 605e5753d4
commit a3dc1f04d4

View File

@ -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: