From c9515188abd972df6221f50e5d015c674d4fc560 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 1 Jul 2012 22:42:42 +0200 Subject: [PATCH] Shorten line --- gitto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitto/Makefile b/gitto/Makefile index a81d1bb..b2dec82 100644 --- a/gitto/Makefile +++ b/gitto/Makefile @@ -1,5 +1,6 @@ DESTDIR ?= /usr/local -SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir --define-variable=prefix=$(DESTDIR)) +SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir \ + --define-variable=prefix=$(DESTDIR)) COMPDIR = $(DESTDIR)/lib/guile/2.0/site-ccache objects = main.scm main.go