#55 closed defect (fixed)
mvme162/network/Makefile.am: Bogus VPATH
Reported by: | Ralf Corsepius | Owned by: | Ralf Corsepius |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | build | Version: | unknown |
Severity: | normal | Keywords: | |
Cc: | bugs@…, joel.sherrill@… | Blocked By: | |
Blocking: |
Description
mvme162/network/Makefile.am contains this:
VPATH = @srcdir@:$(srcdir):$(srcdir)/../../mvme167/network
2 issues addressed here:
- Using $(..) in VPATH is non portable.
- Duplicate srcdir in this VPATH
is another issue, not being addressed here.
Release:
snapshots
Attachments (1)
Change History (2)
comment:1 Changed on 10/29/01 at 13:31:00 by Joel Sherrill
Status: | assigned → closed |
---|
Changed on 12/03/06 at 13:31:13 by Ralf Corsepius
Attachment: | rtems-rc-20011027-1.diff added |
---|
rtems-rc-20011027-1.diff
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: analyzed->closed
State-Changed-Why: patch applied. Thank you Ralf.