swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 2134d7411148d4f29672b03768651098748b1ed1
parent bc9e6fe7a30432ff78c61450710633befc547e21
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 23 Nov 2013 22:54:52 -0800

Style

Diffstat:
MMakefile | 2+-
Mlibswc/Makefile.local | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -29,7 +29,7 @@ endef override CFLAGS += -fvisibility=hidden -compile = $(call quiet,CC) $(CFLAGS) $(CPPFLAGS) -I . -c -o $@ $< \ +compile = $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -I . -c -o $@ $< \ -MMD -MP -MF .deps/$(basename $<).d -MT $(basename $@).o -MT $(basename $@).lo link = $(call quiet,CCLD,$(CC)) $(CFLAGS) -o $@ $^ pkgconfig = $(sort $(foreach pkg,$(1),$(if $($(pkg)_$(3)),$($(pkg)_$(3)), \ diff --git a/libswc/Makefile.local b/libswc/Makefile.local @@ -72,7 +72,7 @@ $(dir)/libswc.a: $(SWC_STATIC_OBJECTS) $(call quiet,AR) cru $@ $^ $(dir)/$(LIBSWC_LIB): $(SWC_SHARED_OBJECTS) - $(link) -shared -Wl,-soname,$(LIBSWC_SO),-no-undefined $(libswc_PACKAGE_LIBS) + $(link) -shared -Wl,-soname,$(LIBSWC_SO) -Wl,-no-undefined $(libswc_PACKAGE_LIBS) $(dir)/$(LIBSWC_SO): $(dir)/$(LIBSWC_LIB) $(call quiet,SYM,ln -sf) $(notdir $<) $@