mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
build: re-create tests/ostree-symlink-stamp if Makefile changes
The filename of the real ostree executable could be either .libs/ostree or .libs/lt-ostree. Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #337 Approved by: cgwalters
This commit is contained in:
parent
4801e9b30b
commit
14ff4f94fb
@ -244,7 +244,7 @@ tests/libreaddir-rand.so: Makefile
|
||||
ALL_LOCAL_RULES += tests/libreaddir-rand.so
|
||||
CLEANFILES += tests/libreaddir-rand.so tests/ostree-symlink-stamp tests/ostree
|
||||
|
||||
tests/ostree-symlink-stamp:
|
||||
tests/ostree-symlink-stamp: Makefile
|
||||
@real_bin=`cd $(top_builddir) && libtool --mode=execute echo ostree`; \
|
||||
ln -sf "$${real_bin}" tests/ostree; \
|
||||
touch $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user