mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 06:28:51 +08:00
Makefile: install mongoose.h under rtems/
This commit is contained in:
parent
605e5753d4
commit
a3dc1f04d4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user