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
This commit is contained in:
ikits 2003-11-06 22:40:33 +00:00
parent 2cb8d8ec9c
commit 46d575542b

View File

@ -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