Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.shared')
-rw-r--r--newlib/Makefile.shared7
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/Makefile.shared b/newlib/Makefile.shared
deleted file mode 100644
index 50e2f0cd5..000000000
--- a/newlib/Makefile.shared
+++ /dev/null
@@ -1,7 +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
-