diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-09 12:39:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-09 12:39:29 +0000 |
commit | aea784af873f089a40af71849d83f59008562a58 (patch) | |
tree | 750cdda524b53717b2171d9c5e49bedb97e52d58 /includes/ghc.mk | |
parent | 6ca3201b4bb8e5bfa0cd37646f1b0753fb975b29 (diff) | |
download | haskell-aea784af873f089a40af71849d83f59008562a58.tar.gz |
Eliminate mkdependC
We now just call gcc to get the dependencies directly
Diffstat (limited to 'includes/ghc.mk')
-rw-r--r-- | includes/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index ef98e74531..14a99f8611 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -129,7 +129,7 @@ includes_dist-derivedconstants_PROG = mkDerivedConstants$(exeext) $(eval $(call build-prog,includes,dist-derivedconstants,0)) -$(includes_dist-derivedconstants_depfile) : $(includes_H_CONFIG) $(includes_H_PLATFORM) $(wildcard includes/*.h) $(wildcard rts/*.h) +$(includes_dist-derivedconstants_depfile_c_asm) : $(includes_H_CONFIG) $(includes_H_PLATFORM) $(wildcard includes/*.h) $(wildcard rts/*.h) includes/dist-derivedconstants/build/mkDerivedConstants.o : $(includes_H_CONFIG) $(includes_H_PLATFORM) ifneq "$(BINDIST)" "YES" @@ -159,7 +159,7 @@ includes_dist-ghcconstants_CC_OPTS = -DGEN_HASKELL $(eval $(call build-prog,includes,dist-ghcconstants,0)) ifneq "$(BINDIST)" "YES" -$(includes_dist-ghcconstants_depfile) : $(includes_H_CONFIG) $(includes_H_PLATFORM) $(wildcard includes/*.h) $(wildcard rts/*.h) +$(includes_dist-ghcconstants_depfile_c_asm) : $(includes_H_CONFIG) $(includes_H_PLATFORM) $(wildcard includes/*.h) $(wildcard rts/*.h) includes/dist-ghcconstants/build/mkDerivedConstants.o : $(includes_H_CONFIG) $(includes_H_PLATFORM) |