mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
Call perl script using $(PERL_PATH)
Original commit message from CVS: Call perl script using $(PERL_PATH)
This commit is contained in:
parent
a47e41e879
commit
1dfc44793e
2 changed files with 2 additions and 2 deletions
|
@ -36,4 +36,4 @@ EXTRA_DIST = extract.pl
|
|||
# triggers a rebuild of all examples
|
||||
#%.c:
|
||||
dynamic.c gnome.c helloworld.c helloworld2.c queue.c threads.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
||||
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||
$(PERL_PATH) $(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||
|
|
|
@ -36,4 +36,4 @@ EXTRA_DIST = extract.pl
|
|||
# triggers a rebuild of all examples
|
||||
#%.c:
|
||||
dynamic.c gnome.c helloworld.c helloworld2.c queue.c threads.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
||||
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||
$(PERL_PATH) $(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||
|
|
Loading…
Reference in a new issue