https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13042

NGie Cooper <n...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@freebsd.org
           Assignee|freebsd-bugs@FreeBSD.org    |s...@freebsd.org

--- Comment #4 from NGie Cooper <n...@freebsd.org> ---
This behavior still occurs; not sure if it's correct though...

$ cat pr13042.mk 
foo: sub*/lib*.a
        touch $@
$ make -f pr13042.mk                                                            
touch foo
$ mkdir sub1 sub2
$ touch sub{1,2}/libx.a
$ make -f pr13042.mk 
`foo' is up to date.
$ make -VMAKE_VERSION
20151020

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to