diff options
author | Todd T. Fries <todd@fries.net> | 2012-01-04 13:59:03 -0600 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2012-01-04 13:59:03 -0600 |
commit | 453c8e603a8f26e6af5d76b8b3e8f583abadbb62 (patch) | |
tree | 0ab479d4b8e2ae275e06cdfc0e51f5a29d538e58 | |
parent | a5527af0457410312e5239f08e9c8313c4793f3d (diff) | |
download | xombrero-453c8e603a8f26e6af5d76b8b3e8f583abadbb62.tar.gz |
fix depends
-rw-r--r-- | Makefile | 2 |
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*} |