Sfoglia il codice sorgente

Clean by removing bin.v2, not bin.v1

[SVN r36681]
Douglas Gregor 19 anni fa
parent
commit
fdff19ed20
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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号