Index: src/tests/Makefile.in
===================================================================
--- src/tests/Makefile.in	(revision a4248de1c62a74f682562616679c2e37a51aeb53)
+++ src/tests/Makefile.in	(revision 73787a9b5bcf449d3a1c0e38edfddb2828794a39)
@@ -311,7 +311,6 @@
 
 # SKULLDUGGERY like libcfa/Makefile.am prevent extensionless headers from being generated
-# however, here it is more complicated because it must match the dependencies exactly
-# depencies seem to have the absolute path to the build directory and relative path
-# to the headers from there
+# however, here it is more complicated because it must match the dependencies based on how
+# they are generated by gcc
 headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*")
 headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
