view gcc/config/i386/t-gmm_malloc @ 68:561a7518be6b

update gcc-4.6
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 21 Aug 2011 07:07:55 +0900
parents a06113de4d67
children
line wrap: on
line source

# Install gmm_malloc.h as mm_malloc.h.

EXTRA_HEADERS += mm_malloc.h
mm_malloc.h: $(srcdir)/config/i386/gmm_malloc.h
	rm -f $@
	cat $^ > $@