aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-01 22:42:42 +0200
committerGravatar Tom Willemsen2012-07-01 22:42:42 +0200
commitc9515188abd972df6221f50e5d015c674d4fc560 (patch)
treeaa0eb0226659518ae783c82516a62032b28c8937
parent984abc17b3edddb0672a1b6eb342237979750c52 (diff)
downloadgitto-c9515188abd972df6221f50e5d015c674d4fc560.tar.gz
gitto-c9515188abd972df6221f50e5d015c674d4fc560.zip
Shorten line
-rw-r--r--gitto/Makefile3
1 files changed, 2 insertions, 1 deletions
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