mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
add installhdrs target (https://github.com/tpoechtrager/cctools-port/issues/2)
This commit is contained in:
parent
eccd4cc899
commit
032119f3e6
@ -5,3 +5,9 @@ SUBDIRS=libstuff ar as misc libobjc2 otool ld64 $(LD_CLASSIC)
|
||||
endif
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
DSTROOT=
|
||||
RC_OS=macos
|
||||
|
||||
installhdrs:
|
||||
cd include; $(MAKE) DSTROOT=$(DSTROOT) RC_OS=$(RC_OS) install
|
||||
|
Loading…
Reference in New Issue
Block a user