mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 07:01:55 +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 $@ $^
|
$(AR) rcu $@ $^
|
||||||
|
|
||||||
install: $(LIB)
|
install: $(LIB)
|
||||||
install -d $(INSTALL_BASE)/include
|
install -d $(INSTALL_BASE)/include/rtems
|
||||||
install -c -m 644 mongoose.h $(INSTALL_BASE)
|
install -c -m 644 mongoose.h $(INSTALL_BASE)/rtems
|
||||||
install -c -m 644 $(LIB) $(INSTALL_BASE)
|
install -c -m 644 $(LIB) $(INSTALL_BASE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user