Ver Fonte

Clean by removing bin.v2, not bin.v1

[SVN r36681]
Douglas Gregor há 19 anos atrás
pai
commit
fdff19ed20
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      configure

+ 1 - 1
configure

@@ -330,7 +330,7 @@ all: .dummy
 	echo "Not all Boost libraries built properly."
 
 clean: .dummy
-	rm -rf bin.v1
+	rm -rf bin.v2
 
 distclean: clean
 	rm -rf Makefile config.log

粤ICP备19079148号