repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
Makefile.shared
blob
50e2f0cd59328bb2fe954b6016eef0a262f29637
1
objectlist.awk.in: $(noinst_LTLIBRARIES)
2
-rm -f objectlist.awk.in
3
for i in `ls *.lo` ; \
4
do \
5
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
6
done
7