From 46d575542b616b0ab2ba8703b47bb5144098e0d5 Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 6 Nov 2003 22:40:33 +0000 Subject: [PATCH] made the auto generation scripts work on Darwin git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@162 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/Makefile b/auto/Makefile index 4805be6..dfc47c3 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -43,7 +43,7 @@ $(REGISTRY)/.dummy: $(BIN)/update_registry.sh $(EXT)/.dummy: $(REGISTRY)/.dummy rm -rf $(EXT) $(BIN)/update_ext.sh $(EXT) $(REGISTRY) $(BLACKLIST) - find $(CORE) -maxdepth 1 -type f | grep -v VERSION | xargs cp --target-directory=$(EXT) + find $(CORE) -maxdepth 1 -type f | grep -v VERSION | xargs -J % cp % $(EXT) touch $@ $(I.DEST)/glew.h: $(EXT)/.dummy