summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2013-12-17 09:58:47 +0000
committerDamien Doligez <damien.doligez-inria.fr>2013-12-17 09:58:47 +0000
commitc81cc506ecc364b1460a0240541e23e945fae9ac (patch)
treea7f29d790abfddf854456407abd707d5c5eee433 /Makefile
parented52c665b6608f1a5a689ddfd8d23fb12a731332 (diff)
configure: SO must be "so" or "dll" without the dot
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3b8fa6b6..8531541d2 100644
--- a/Makefile
+++ b/Makefile
@@ -829,8 +829,13 @@ depend: beforedepend
alldepend:: depend
distclean:
- ./build/distclean.sh
- rm -f ocaml ocamlcomp.sh testsuite/_log
+ $(MAKE) clean
+ rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader boot/ocamlyacc \
+ boot/*.cm* boot/libcamlrun.a
+ rm -f config/Makefile config/m.h config/s.h
+ rm -f tools/*.bak tools/ocamlmklibconfig.ml
+ rm -f ocaml ocamlc ocamlcomp.sh
+ rm -f testsuite/_log
.PHONY: all backup bootstrap checkstack clean
.PHONY: partialclean beforedepend alldepend cleanboot coldstart