]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/gcc/config/i386/t-gmm_malloc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / gcc / config / i386 / t-gmm_malloc
1 # Install gmm_malloc.h as mm_malloc.h.
2
3 EXTRA_HEADERS += mm_malloc.h
4 mm_malloc.h: $(srcdir)/config/i386/gmm_malloc.h
5         rm -f $@
6         cat $^ > $@