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

                 Summary: .SECONDEXPANSION
                 Project: make
            Submitted by: praveenb
            Submitted on: Fri 21 Jun 2013 04:01:44 AM GMT
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

i am trying examples on given 3.81 document but what i go through the theory
the answer is different please help me

in the .SECONDEXPANSION example the main_OBJS are printing but 
lib_OBJS are not printing why

main_OBJS := main.c try.c test.c
lib_OBJS := lib.c api.c

.SECONDEXPANSION:
main lib : $$(patsubst %.c,%.o,$$($$@_OBJS))
        @echo $($@_OBJS)




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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