I wonder if you have updated fptools/mk?  The suffix rule that generates
prelude/primops.txt is right at the bottom of fptools/mk/suffix.mk

You really have to update your whole tree.

Simon


| Hi Simon,
| 
| I have a Red Hat 9  linux box, with the ghc 6.01 rpms installed
| (ghc-prof-6.0.1-1 & ghc-6.0.1-1).
| I have the same problem when building from CVS (with autoreconf and
| ./configure) or from the daily source snapshot (./configure)
| 
| When I go to ghc/compiler and type
| 
| make prelude/primops.txt
| 
| I get the  message: No rule to make target `prelude/primops.txt'
| 
| I'll check to see if I have an old module in /usr/local/bin that can
| interfere.
| 
| Alain
| 
>Strange.  There is a rule to make prelude/primops.txt, from
>prelude/primops.txt.pp:
>
>cam-01-unx:~/builds/arrows/ghc/compiler$ make prelude/primops.txt
>gcc -E  -undef -traditional -I../includes    -x c
prelude/primops.txt.pp
>| /bin/sed -e '/^#/d' > prelude/primops.txt

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to