X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Focaml;h=656c7ebfc1768b830d853b75341716c9098b3529;hp=2ed979fda17908ba09b3f1c498dc7005df7274ce;hb=6af867f6bbef7670eb7014a1c1643dbcb63c2f48;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/ocaml b/lfs/ocaml index 2ed979fda1..656c7ebfc1 100644 --- a/lfs/ocaml +++ b/lfs/ocaml @@ -71,6 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure -prefix /usr + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make world cd $(DIR_APP) && make opt cd $(DIR_APP) && make install