]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/makefile
Update the darkplaces engine source
[voretournament/voretournament.git] / misc / source / darkplaces-src / makefile
index 7a8a4cfb9ca05a986c69e8c5ac4eb15dab907519..35de328396cb28f3f0d9338264f4e9082d901409 100644 (file)
@@ -326,3 +326,10 @@ include makefile.inc
 ##### Dependency files #####
 
 -include *.d
+
+# 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