about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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*}