From: kir (Kirk Reinholtz)

Subject: Q) "Warning: foo was defined in /x/bar, now defined in ./bar". Why?

Date: 1997-4-23 22:49


When I compile a file for the first time via EMACS (via C-C C-B), I get
messages e.g. thus:

  Warning: GP-LEXFORMS, :VARIABLE was defined in ./genparser.cl and is now being 
  defined in /home/kirk/att1/t3/genparser.cl
  
Note it's really the same file: just a confusion about paths.
  
How do I make my "make" and EMACS to agree, so I don't get this message?

Thanks!