diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2013-12-17 09:58:47 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2013-12-17 09:58:47 +0000 |
commit | c81cc506ecc364b1460a0240541e23e945fae9ac (patch) | |
tree | a7f29d790abfddf854456407abd707d5c5eee433 /Makefile | |
parent | ed52c665b6608f1a5a689ddfd8d23fb12a731332 (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-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |