swc

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

commit 295909f097f29bc94b10101122dd3b17763fe2ca
parent 45c5539210ec86fb3c3a5923797551341f32fd3b
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 21 Nov 2013 15:09:28 -0800

Style

Diffstat:
MMakefile | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -41,12 +41,12 @@ check-dependencies: $(SUBDIRS:%=check-dependencies-%) build: $(SUBDIRS:%=build-%) $(TARGETS) swc.pc: swc.pc.in - $(call quiet,GEN, \ - sed -e "s:@VERSION@:$(VERSION):" \ - -e "s:@PREFIX@:$(PREFIX):" \ - -e "s:@LIBDIR@:$(LIBDIR):" \ - -e "s:@INCLUDEDIR@:$(INCLUDEDIR):" \ - $< > $@) + $(call quiet,GEN,sed) \ + -e "s:@VERSION@:$(VERSION):" \ + -e "s:@PREFIX@:$(PREFIX):" \ + -e "s:@LIBDIR@:$(LIBDIR):" \ + -e "s:@INCLUDEDIR@:$(INCLUDEDIR):" \ + $< > $@ .PHONY: install-swc.pc install-swc.pc: swc.pc | $(DESTDIR)$(PKGCONFIGDIR)