>From 34b6a13579a623cd4cb959dcc7da1e0f9404ecf8 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Thu, 29 Jul 2010 21:39:36 +0100 Subject: [PATCH 1/2] Compile emms-print-metadata in the top source directory rather than src/. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 080120c..4bb6e8d 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ docs: $(MAKE) -C $(DOCDIR) emms-print-metadata: $(SRCDIR)/emms-print-metadata.c - $(CC) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` -ltag_c + $(CC) -o $@ $< `taglib-config --cflags --libs` -ltag_c install: test -d $(SITELISP) || mkdir -p $(SITELISP) -- 1.7.1