RE: make depend

1999-09-09 Thread Sigbjorn Finne (Intl Vendor)
Marc van Dongen <[EMAIL PROTECTED]> writes: > > : Did you try just `ghc-4.04 -M'? If so, you must add .hs > file names after > : the command. > > I did. > > : $ ghc-4.04 -M your.hs haskell.hs source.hs programs.hs > > That doesn't seem to do very much either. > > : You can find dependenc

Re: make depend

1999-09-09 Thread Marc van Dongen
Sigbjorn: : > : Did you try just `ghc-4.04 -M'? If so, you must add .hs : > file names after : > : the command. : > : > I did. : > : > : $ ghc-4.04 -M your.hs haskell.hs source.hs programs.hs : > : > That doesn't seem to do very much either. : > : > : You can find dependencies among `.hs'

Re: make depend

1999-09-09 Thread Marc van Dongen
: Hi, Hi! Thanks for writing. : Did you try just `ghc-4.04 -M'? If so, you must add .hs file names after : the command. I did. : $ ghc-4.04 -M your.hs haskell.hs source.hs programs.hs That doesn't seem to do very much either. : You can find dependencies among `.hs' files in the Makefile.

Re: make depend

1999-09-09 Thread Kwanghoon Choi
Hi, Did you try just `ghc-4.04 -M'? If so, you must add .hs file names after the command. $ ghc-4.04 -M your.hs haskell.hs source.hs programs.hs You can find dependencies among `.hs' files in the Makefile. -- Kwanghoon Choi [EMAIL PROTECTED] > > Hi There, > > > > When I noticed that m

make depend

1999-09-09 Thread Marc van Dongen
Hi There, When I noticed that my mkdependHS didn't work any more I noticed that the release notes for ghc-4.04 mentioned that this program had become obsolete and that ghc-4.04 -M should be used instead. The problem I have with ghc-4.04 -M is that is seems to be *very* reluctant to generate de