Skip to content

Commit c9ad1c2

Browse files
committed
Fix install target
1 parent 509052e commit c9ad1c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.nt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ opt: runtimeopt ocamlopt libraryopt otherlibrariesopt
173173
install: installbyt installopt
174174

175175
installbyt:
176+
mkdir -p $(BINDIR)
177+
mkdir -p $(LIBDIR)
176178
cd byterun & $(MAKEREC) install
177179
cp ocamlc $(BINDIR)\ocamlc.exe
178180
cp ocaml $(BINDIR)\ocaml.exe
@@ -186,7 +188,6 @@ installbyt:
186188
cp toplevel\topdirs.cmi $(LIBDIR)\topdirs.cmi
187189
cd tools & $(MAKEREC) install
188190
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) install & cd ..\..)
189-
cd wingui & $(MAKE) -nologo install
190191
copy /a README.win32 $(DISTRIB)\Readme.txt
191192
copy /a LICENSE $(DISTRIB)\License.txt
192193
copy /a Changes $(DISTRIB)\Changes.txt

0 commit comments

Comments
 (0)