X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FMakefile;h=1481c359b9d2a65efb6a419045a410e86e355ffe;hb=e4bcc0b7ecefb5eabafe7b94759e9217d5946267;hp=d9c2d1eca7ce10226c5143dc5611631bea6f57e5;hpb=567b2505b2d3d5874f3bf3641fd8d82b3207ea94;p=ghc-hetmet.git diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index d9c2d1e..1481c35 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.12 2000/08/02 14:13:27 rrt Exp $ +# $Id: Makefile,v 1.14 2000/12/08 11:47:00 rrt Exp $ # TOP = .. @@ -15,6 +15,8 @@ H_FILES = $(filter-out gmp.h,$(wildcard *.h)) gmp.h # H_CONFIG = config.h +boot :: gmp.h + all :: $(H_CONFIG) NativeDefs.h # gmp.h is copied from the GMP directory @@ -25,7 +27,7 @@ gmp.h : $(FPTOOLS_TOP)/ghc/rts/gmp/gmp.h # and puts it in fptools/mk/config.h. We copy it down to here, prepending # some make variables specifying cpp platform variables. # -$(H_CONFIG) : $(FPTOOLS_TOP)/mk/config.h +$(H_CONFIG) : $(FPTOOLS_TOP)/mk/config.h $(FPTOOLS_TOP)/mk/config.mk $(H_CONFIG) : @echo "Creating $@..."