URL:
  <http://savannah.gnu.org/bugs/?38437>

                 Summary: cannot find the include file
                 Project: make
            Submitted by: skyshore
            Submitted on: Thu 28 Feb 2013 04:55:23 AM GMT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.82
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Supposing 2 makefiles in dir A: 1.mak, 2.mak, and 1.mak include 2.mak.
Now in dir B, 3.mak includes 'A/1.mak' (will auto include 2.mak). But error
shows that 2.mak cannot be found.

The make option "-I" can be the workaround like:
 cd B
 make -f 3.mak -IA

But it's not acceptable to tell user to uses "-I" to make every time. make
shall be able to find 2.mak.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38437>

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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to