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

                 Summary: Variables set immediately after .SUFFIXES: ; are
not set when leading tabs are used
                 Project: make
            Submitted by: None
            Submitted on: Thu 10 Jun 2010 05:06:53 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

I stubled across this apparent bug today.

.SUFFIXES: ;
ifeq (yes,yes)
        FOO = foo # leading tab inteferes!
endif
all:
        @echo FOO is $(FOO)
FOO is





    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to