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 branches found
No related tags found
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 is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell). # This stuff is written in C (and cannot be written in Haskell).
...@@ -138,6 +138,9 @@ all :: gmp/libgmp.a ...@@ -138,6 +138,9 @@ all :: gmp/libgmp.a
ifeq "$(way)" "dll" ifeq "$(way)" "dll"
all :: gmp/gmp.dll all :: gmp/gmp.dll
gmp/gmp.dll:
make -C gmp gmp.dll
endif endif
install :: gmp/libgmp.a 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