commit 653f076
Michael Forney
·
2014-07-16 01:45:16 +0000 UTC
parent 1c1c5a8
Remove obsolete libswc-shared target
1 files changed,
+0,
-3
+0,
-3
1@@ -100,9 +100,6 @@ $(dir)/$(LIBSWC_SO): $(dir)/$(LIBSWC_LIB)
2 $(dir)/$(LIBSWC_LINK): $(dir)/$(LIBSWC_SO)
3 $(call quiet,SYM,ln -sf) $(notdir $<) $@
4
5-.PHONY: libswc-shared
6-libswc-shared: $($(dir)_SHARED_TARGETS)
7-
8 .PHONY: install-libswc.a
9 install-libswc.a: $(dir)/libswc.a | $(DESTDIR)$(LIBDIR)
10 install -m0644 $< "$(DESTDIR)$(LIBDIR)"