aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/aout.mt
blob: 1625ace4e3968dcc0137b16a131fe829d9f9a9fd (plain)
1
2
3
4
5
6
WEIRDSTABS_S=weird-aout.S

weird.o: ${srcdir}/${WEIRDSTABS_S} ${srcdir}/weird.def
	cp ${srcdir}/${WEIRDSTABS_S} tmp.c
	$(CC) -I${srcdir} -E tmp.c >weird.s
	$(CC) -c weird.s