diff --git a/libraries/Makefile b/libraries/Makefile
index 9ff8db4..5011dd7 100644
|
a
|
b
|
|
| 164 | 164 | boot: ifBuildable/ifBuildable cabal-bin bootstrapping.conf |
| 165 | 165 | |
| 166 | 166 | cabal-bin: cabal-bin.hs |
| | 167 | mkdir $(HERE_ABS)/bootstrapping |
| 167 | 168 | $(GHC) $(BOOTSTRAPPING_FLAGS) --make cabal-bin -o cabal-bin |
| 168 | 169 | |
| 169 | 170 | bootstrapping.conf: cabal-bin |
| … |
… |
|
| 312 | 313 | -cd filepath && $(CABAL) clean --distpref=dist-bootstrapping |
| 313 | 314 | -cd Cabal && $(CABAL) clean --distpref=dist-bootstrapping |
| 314 | 315 | -cd hpc && $(CABAL) clean --distpref=dist-bootstrapping |
| 315 | | $(RM) -rf bootstrapping/* |
| | 316 | $(RM) -rfd bootstrapping |
| 316 | 317 | $(RM) -f bootstrapping.conf bootstrapping.conf.old |
| 317 | 318 | $(RM) -f bootstrapping.conf.tmp bootstrapping.conf.tmp.old |
| 318 | 319 | $(RM) -f cabal-bin cabal-bin.exe |