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:
Gwenole Beauchesne 2012-10-16 16:43:43 +02:00
parent 193b14c0f2
commit d42d838388

View file

@ -58,7 +58,7 @@ all-local: .timestamp.symlinks
.timestamp.symlinks: $(GENFILES)
touch $@
$(gen_source_c): %.c: $(local_codecparsers_srcdir)/%.c
$(gen_source_c): %.c: $(local_codecparsers_srcdir)/%.c %.h
$(LN_S) -f $< $@
$(gen_source_h): %.h: $(local_codecparsers_srcdir)/%.h
$(LN_S) -f $< $@