summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v4l/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index abc53110c..ad499751d 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -231,8 +231,8 @@ endif
links::
@echo creating symbolic links...
- @find ../linux/drivers/media -name '*.[ch]' -type f -exec ln -sf '{}' . \;
- @find ../linux/sound -name '*.[ch]' -type f -exec ln -sf '{}' . \;
+ @find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=.
+ @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=.
# This link is so code with #include "oss/*.h" will find its header files
oss: