Changes in src/tests/Makefile.in [0dc3ac3:a4248de1]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r0dc3ac3 ra4248de1 311 311 312 312 # SKULLDUGGERY like libcfa/Makefile.am prevent extensionless headers from being generated 313 # however, here it is more complicated because it must match the dependencies based on how 314 # they are generated by gcc 313 # however, here it is more complicated because it must match the dependencies exactly 314 # depencies seem to have the absolute path to the build directory and relative path 315 # to the headers from there 315 316 headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*") 316 317 headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
Note:
See TracChangeset
for help on using the changeset viewer.