bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #16118] Change of behavior in beta[34] for -include


From: anonymous
Subject: [bug #16118] Change of behavior in beta[34] for -include
Date: Fri, 17 Mar 2006 19:45:04 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16118>

                 Summary: Change of behavior in beta[34] for -include
                 Project: make
            Submitted by: None
            Submitted on: Fri 03/17/06 at 19:45
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: CVS
        Platform Version: None
           Fixed Release: None

    _______________________________________________________

Details:

A sameple makefile

all:
file.d: file.c
-include file.d

Note that there are no rules for file.c.

old versions:
make gives
make: *** No rule to make target `file.c', needed by `file.d'.  Stop.

make-beta[34]:
make gives
make: Nothing to be done for `all'.








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16118>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]