]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/Build.mak
Make gen_rebuild_flags function call the shell
[software/makeit.git] / subproj / Build.mak
index 8236c13f06546201feecc871f6045af8a3d67846..9552ae094d342960bba71de83f09ca2d78dd151c 100644 (file)
@@ -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)