about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTodd T. Fries <todd@fries.net>2012-01-04 13:59:03 -0600
committerTodd T. Fries <todd@fries.net>2012-01-04 13:59:03 -0600
commit453c8e603a8f26e6af5d76b8b3e8f583abadbb62 (patch)
tree0ab479d4b8e2ae275e06cdfc0e51f5a29d538e58
parenta5527af0457410312e5239f08e9c8313c4793f3d (diff)
downloadxombrero-453c8e603a8f26e6af5d76b8b3e8f583abadbb62.tar.gz
fix depends
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d33918..58982ce 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ beforeinstall:
 	install -m 644 ${.CURDIR}/xxxtermicon128.png ${PREFIX}/share/xxxterm
 	install -m 644 ${.CURDIR}/style.css ${PREFIX}/share/xxxterm
 
-${PROG} ${OBJS} beforedepend: ${.CURDIR}/javascript.h
+${PROG} ${OBJS} beforedepend: javascript.h
 
 # clang targets
 .if ${.TARGETS:M*analyze*}