Displaying 1 result from an estimated 1 matches for "nbdkit_eval_plugin_la_sourc".
Did you mean:
nbdkit_eval_plugin_la_sources
2020 Mar 16
0
[nbdkit PATCH v2] eval: Rebuild hard link if git breaks it
...links to
+# because subdir-objects is broken. Instead we create symlinks to
# them.
BUILT_SOURCES = \
call.c \
methods.c \
$(NULL)
-$(BUILT_SOURCES):
- ln -f ../sh/$@
+call.c: ../sh/call.c
+ ln -f -s ../sh/$@
+methods.c: ../sh/methods.c
+ ln -f -s ../sh/$@
CLEANFILES += $(BUILT_SOURCES)
nbdkit_eval_plugin_la_SOURCES = \
--
2.25.1