mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
codecparsers: fix generation of symlinks.
Try to improve dependencies while generating symlinks to externally maintained copy of codecparsers (derived from upstream git master tree).
This commit is contained in:
parent
193b14c0f2
commit
d42d838388
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ all-local: .timestamp.symlinks
|
||||||
.timestamp.symlinks: $(GENFILES)
|
.timestamp.symlinks: $(GENFILES)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(gen_source_c): %.c: $(local_codecparsers_srcdir)/%.c
|
$(gen_source_c): %.c: $(local_codecparsers_srcdir)/%.c %.h
|
||||||
$(LN_S) -f $< $@
|
$(LN_S) -f $< $@
|
||||||
$(gen_source_h): %.h: $(local_codecparsers_srcdir)/%.h
|
$(gen_source_h): %.h: $(local_codecparsers_srcdir)/%.h
|
||||||
$(LN_S) -f $< $@
|
$(LN_S) -f $< $@
|
||||||
|
|
Loading…
Reference in a new issue