From 1e065dd313274ef5dfbc451834ffdecb48e3709e Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 17 Feb 2012 09:53:50 -0600 Subject: [PATCH] better fix from davec --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 6f87778..d0362c9 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -11,7 +11,7 @@ CC= gcc LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor) -BUILDVERSION= $(shell sh ../buildver.sh) +BUILDVERSION= $(shell sh $(CURDIR)/../buildver.sh) CFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\" all: spectrwm libswmhack.so.$(LVERS) -- 1.7.10.4