home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2800 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.0 KB  |  29 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!psy.ox.ac.UK!rpb
  3. From: rpb@psy.ox.ac.UK (Ray Bellis)
  4. Subject: Bug in 2.3.1 objc/Makefile
  5. Message-ID: <RPB.92Nov20134716@brain.psy.ox.ac.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Dept. of Experimental Psychology, Oxford, England.
  8. Distribution: gnu
  9. Date: Fri, 20 Nov 1992 18:47:16 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 16
  12.  
  13. There is a bug in the file objc/Makefile when using a separate
  14. object/executable directory.  There are dependencies which point
  15. back to ../assert.h and ../gstdarg.h.  These should be written
  16. $(srcdir)/assert.h and $(srcdir)/gstdarg.h since the relative
  17. path isn't correct in this case.
  18.  
  19. Ray.
  20. --
  21. ------------------------------------------------------------------------------
  22. R. P. Bellis                E-Mail:    <rpb@psy.ox.ac.uk>
  23. Dept. of Experimental Psychology    Whois:    (RB83)
  24. University of Oxford            Tel:    +44 865 271419
  25. South Parks Road            Fax:    +44 865 310447
  26. Oxford OX1 3UD
  27. ------------------------------------------------------------------------------
  28.  
  29.