aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.shared')
-rw-r--r--newlib/Makefile.shared6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/Makefile.shared b/newlib/Makefile.shared
deleted file mode 100644
index 00ea853..0000000
--- a/newlib/Makefile.shared
+++ /dev/null
@@ -1,6 +0,0 @@
-objectlist.awk.in: $(noinst_LTLIBRARIES)
- -rm -f objectlist.awk.in
- for i in `ls *.lo` ; \
- do \
- echo $$i `pwd`/$$i >> objectlist.awk.in ; \
- done