X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/0009c2c1448897605fc66f6bc9f9083842b061d6..a6bdc2e5d941a688625fbcd6b3ce35e8510dcc3c:/subproj/Build.mak diff --git a/subproj/Build.mak b/subproj/Build.mak index 8236c13..9552ae0 100644 --- a/subproj/Build.mak +++ b/subproj/Build.mak @@ -16,7 +16,7 @@ $I/lib/libotherproj.so: $L/libotherproj.so install += $I/lib/libotherproj.so # Install the library's headers -$I/include/otherproj/%.h: $T/$C/%.h +$I/include/otherproj/%.h: $C/%.h $(call install_file) # XXX: we can't use += here, call will be resolved lazily if we do install := $(install) $(call find_headers,h,$I/include/otherproj)