git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11598
d7cf8633-e32d-0410-b094-
e92efae38249
##### 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
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