Skip to content
Snippets Groups Projects
Commit 8d2d17b9 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-15 12:53:39 by rrt]

Extra rule to make gmp/gmp.dll.
parent 020b0f8a
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.25 2000/05/11 19:37:30 rrt Exp $
# $Id: Makefile,v 1.26 2000/05/15 12:53:39 rrt Exp $
#
# This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell).
......@@ -138,6 +138,9 @@ all :: gmp/libgmp.a
ifeq "$(way)" "dll"
all :: gmp/gmp.dll
gmp/gmp.dll:
make -C gmp gmp.dll
endif
install :: gmp/libgmp.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment