Sorry, got the logic backwards

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@84 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2003-07-06 20:00:15 +00:00
parent ed0c3891f4
commit f5f1f53220

View File

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