diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-05 14:03:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-05 14:03:54 +0000 |
commit | acc2bdc717b4b24ec5b26a85cf3256a36a42d08b (patch) | |
tree | 09a891ae6b715a3cb32f5c255826795aab30580f /gmp | |
parent | 98a18944251a82e0e2e8b6c25893eae0fd6811bb (diff) | |
download | haskell-acc2bdc717b4b24ec5b26a85cf3256a36a42d08b.tar.gz |
gmp didn't really fit into the make boot/all cycle, so don't try to force it
Now we just run make in it at the start of the stage1 build
Diffstat (limited to 'gmp')
-rw-r--r-- | gmp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gmp/Makefile b/gmp/Makefile index 8f2097c105..f194f6616b 100644 --- a/gmp/Makefile +++ b/gmp/Makefile @@ -43,13 +43,11 @@ else BUILD_SHARED=no endif -boot :: stamp.gmp.static BINDIST_STAMPS = stamp.gmp.static INSTALL_HEADERS += gmp.h INSTALL_LIBS += libgmp.a ifeq "$(BUILD_SHARED)" "yes" -boot :: stamp.gmp.shared BINDIST_STAMPS += stamp.gmp.shared INSTALL_LIBS += libgmp.dll.a INSTALL_PROGS += libgmp-3.dll |