mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-27 06:00:31 +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
|
endif
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
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