From c67f27821198bd074f2eddf710b75b65a5907a8c Mon Sep 17 00:00:00 2001 From: mem Date: Sun, 6 Jul 2003 21:17:16 +0000 Subject: [PATCH] Ignore CVS stuff git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@89 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/Makefile b/auto/Makefile index 7fd8383..dbe9083 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -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