diff options
Diffstat (limited to 'otherlibs/win32graph/Makefile.nt')
-rw-r--r-- | otherlibs/win32graph/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32graph/Makefile.nt b/otherlibs/win32graph/Makefile.nt index 6a48a8fb2d..1274182614 100644 --- a/otherlibs/win32graph/Makefile.nt +++ b/otherlibs/win32graph/Makefile.nt @@ -55,7 +55,7 @@ clean: partialclean rm -f io.h install: - cp dllgraphics.dll $(LIBDIR)/dllgraphics.dll + cp dllgraphics.dll $(STUBLIBDIR)/dllgraphics.dll cp libgraphics.$(A) $(LIBDIR)/libgraphics.$(A) cp graphics.cmi graphics.cma $(LIBDIR) |