mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
FreeBSD xargs fixup for auto/Makefile
This commit is contained in:
parent
a8df738667
commit
fbcb13d274
@ -114,7 +114,7 @@ ifeq ($(patsubst Darwin%,Darwin,$(SYSTEM)), Darwin)
|
||||
xargs -J % cp % $(EXT)
|
||||
else
|
||||
find $(CORE) -maxdepth 1 -type f | grep -v VERSION | grep -v "~" | \
|
||||
xargs cp --target-directory=$(EXT)
|
||||
xargs -I % -n 1 cp % $(EXT)
|
||||
endif
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user