about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Collins <davec@conformal.com>2011-10-04 10:14:33 -0500
committerDave Collins <davec@conformal.com>2011-10-04 10:14:33 -0500
commita91914c567a07f1a50cfc069661b8fbc203b522d (patch)
tree584e911e0de00f385f554dc92419496fb142cc4c /Makefile
parent02983bd7cb22d4e51828d3e616703685b263bdfc (diff)
downloadxombrero-a91914c567a07f1a50cfc069661b8fbc203b522d.tar.gz
Use correct variable for CURDIR in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c284092..c4716ef 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ GTK_CFLAGS!= pkg-config --cflags $(LIBS)
 GTK_LDFLAGS!= pkg-config --libs $(LIBS)
 CFLAGS+= $(GTK_CFLAGS) -Wall -pthread
 LDFLAGS+= $(GTK_LDFLAGS) -pthread
-BUILDVERSION != sh "${.CUDIR}/buildver.sh"
+BUILDVERSION != sh "${.CURDIR}/buildver.sh"
 .if !${BUILDVERSION} == ""
 CPPFLAGS+= -DXXXTERM_BUILDSTR=\"$(BUILDVERSION)\"
 .endif