mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
[script] Call stringify.pl from srcdir
This fixes a builddir != srcdir problem
This commit is contained in:
parent
b01ac7970d
commit
18955e7382
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ BUILT_SOURCES = script-lib-image.c script-lib-sprite.c script-lib-math.c script-
|
|||
EXTRA_DIST = stringify.pl
|
||||
|
||||
%.string: %.script stringify.pl
|
||||
./stringify.pl < $< > $@
|
||||
$(srcdir)/stringify.pl < $< > $@
|
||||
|
||||
script-lib-image.c : script-lib-image.string
|
||||
script-lib-sprite.c : script-lib-sprite.string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue