mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
24b1e4b942
Now that the top-level makefile handles these, don't need to copy these into every single subdir.
7 lines
150 B
Makefile
7 lines
150 B
Makefile
objectlist.awk.in: $(noinst_LTLIBRARIES)
|
|
-rm -f objectlist.awk.in
|
|
for i in `ls *.lo` ; \
|
|
do \
|
|
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
|
|
done
|