From f5f1f532201677242e41ddef075d7c9fa18003b5 Mon Sep 17 00:00:00 2001 From: mem Date: Sun, 6 Jul 2003 20:00:15 +0000 Subject: [PATCH] Sorry, got the logic backwards git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@84 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/Makefile b/auto/Makefile index b8b4458..7fd8383 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -52,7 +52,7 @@ $(REGISTRY)/.dummy: $(BIN)/update_registry.sh touch $@ $(EXT)/.dummy: $(REGISTRY)/.dummy - test -d $(EXT) || mkdir $(EXT) + rm -r -f $(EXT) $(BIN)/update_ext.sh $(EXT) $(REGISTRY) $(BLACKLIST) ls -1 $(CORE)/* | grep -v VERSION | xargs cp --target-directory=$(EXT) touch $@