Ignore CVS stuff

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@89 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2003-07-06 21:17:16 +00:00
parent 1de60eb87c
commit c67f278211

View File

@ -54,7 +54,7 @@ $(REGISTRY)/.dummy: $(BIN)/update_registry.sh
$(EXT)/.dummy: $(REGISTRY)/.dummy
rm -r -f $(EXT)
$(BIN)/update_ext.sh $(EXT) $(REGISTRY) $(BLACKLIST)
ls -1 $(CORE)/* | grep -v VERSION | xargs cp --target-directory=$(EXT)
find $(CORE) -maxdepth 1 -type f | grep -v VERSION | xargs cp --target-directory=$(EXT)
touch $@
$(I.DEST)/glew.h: $(EXT)/.dummy