]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - BSDmakefile
Do not include this function unless !defined(__SSE__)
[xonotic/gmqcc.git] / BSDmakefile
index 679e15aa33c28f301d2cdfee8354b28409600f43..812df35e118cbb690d60292f922ada28d15df462 100644 (file)
@@ -3,8 +3,6 @@
 #
 .include "include.mk"
 
-.MAKE.JOB.PREFIX=
-
 GITTEST  != git describe --always 2>/dev/null
 VALTEST  != valgrind --version 2>/dev/null
 GITINFO  :=
@@ -117,6 +115,7 @@ exec.o: gmqcc.h opts.def
 fold.o: ast.h ir.h gmqcc.h opts.def parser.h lexer.h
 fs.o: gmqcc.h opts.def platform.h
 ftepp.o: gmqcc.h opts.def lexer.h
+hash.o: gmqcc.h opts.def
 intrin.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h
 ir.o: gmqcc.h opts.def ir.h
 lexer.o: gmqcc.h opts.def lexer.h