also make gcc includes before compiling gcc libraries.
This commit is contained in:
parent
0b00cf70b6
commit
c6cfdbffe4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ gnu-includes: includes
|
||||||
SHELL=/bin/sh; if [ -f $(MKHEADERS443) ] ; then sh -e $(MKHEADERS443) ; fi
|
SHELL=/bin/sh; if [ -f $(MKHEADERS443) ] ; then sh -e $(MKHEADERS443) ; fi
|
||||||
SHELL=/bin/sh; if [ -f $(MKHEADERS443_PKGSRC) ] ; then sh -e $(MKHEADERS443_PKGSRC) ; fi
|
SHELL=/bin/sh; if [ -f $(MKHEADERS443_PKGSRC) ] ; then sh -e $(MKHEADERS443_PKGSRC) ; fi
|
||||||
|
|
||||||
gnu-libraries: includes
|
gnu-libraries: gnu-includes includes
|
||||||
$(MAKE) -C lib build_gnu
|
$(MAKE) -C lib build_gnu
|
||||||
|
|
||||||
clang-libraries: includes
|
clang-libraries: includes
|
||||||
|
|
Loading…
Reference in a new issue