summaryrefslogtreecommitdiffstats
path: root/newlib/Makefile.shared
blob: 50e2f0cd59328bb2fe954b6016eef0a262f29637 (plain)
1
2
3
4
5
6
7
objectlist.awk.in: $(noinst_LTLIBRARIES)
	-rm -f objectlist.awk.in
	for i in `ls *.lo` ; \
	do \
	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
	done