Joren's proposed fix for a too-conservative split point selection.
[minix3.git] / include / Makefile
blob6a223ffd321174049d26c90c6713ae3f988cd78f
2 INC=/usr/include
3 GCCVERSION=3.4.3
4 MKHEADERS=/usr/gnu//libexec/gcc/i386-pc-minix/$(GCCVERSION)/install-tools/mkheaders
6 all::
8 clean::
10 install::
11 -rm -rf $(INC)
12 mkdir -p $(INC)
13 cpdir . $(INC)
14 @chown -R bin $(INC)
15 @rm -f $(INC)/Makefile
17 gcc: install
18 SHELL=/bin/sh; if [ -f $(MKHEADERS) ] ; then sh -e $(MKHEADERS) ; fi