]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.inc
make CSQC support the >0.05s/<0.0005s handling of standard player physics so CSQC...
[xonotic/darkplaces.git] / makefile.inc
index 4bc6f51448d7b0608c08caeeb77f99392287b3e4..96a5ab3657ecaf93786190c3fb2d36ba915ed2cf 100644 (file)
@@ -586,10 +586,3 @@ clean:
 clean-profile: clean
        -$(CMD_RM) *.gcda
        -$(CMD_RM) *.gcno
-
-# hack to deal with no-longer-needed .h files
-%.h:
-       @echo
-       @echo "NOTE: file $@ mentioned in dependencies missing, continuing..."
-       @echo "HINT: consider 'make clean'"
-       @echo