home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!psy.ox.ac.UK!rpb
- From: rpb@psy.ox.ac.UK (Ray Bellis)
- Subject: Bug in 2.3.1 objc/Makefile
- Message-ID: <RPB.92Nov20134716@brain.psy.ox.ac.uk>
- Sender: gnulists@ai.mit.edu
- Organization: Dept. of Experimental Psychology, Oxford, England.
- Distribution: gnu
- Date: Fri, 20 Nov 1992 18:47:16 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 16
-
- There is a bug in the file objc/Makefile when using a separate
- object/executable directory. There are dependencies which point
- back to ../assert.h and ../gstdarg.h. These should be written
- $(srcdir)/assert.h and $(srcdir)/gstdarg.h since the relative
- path isn't correct in this case.
-
- Ray.
- --
- ------------------------------------------------------------------------------
- R. P. Bellis E-Mail: <rpb@psy.ox.ac.uk>
- Dept. of Experimental Psychology Whois: (RB83)
- University of Oxford Tel: +44 865 271419
- South Parks Road Fax: +44 865 310447
- Oxford OX1 3UD
- ------------------------------------------------------------------------------
-
-