Hello,
I am using make 3.81 and encountering some unexplained behavior
when adding object files to an archive using pattern rules.
The Makefile includes the following:
-
LIBEXT = lib
LIBDIR = $(BUILD)/libs
LIB = $(LIBDIR)/$(LIBRARY).$(LIBEXT)
OBJDIR = $(BUILD)/$(LIBRARY
On Nov 21, 2007 6:48 PM, Stephen Macmanus
<[EMAIL PROTECTED]> wrote:
> I am using make 3.81 and encountering some unexplained behavior
> when adding object files to an archive using pattern rules.
...
> The build process successfully uses the implicit rules
> to compile the "(member.o)" file from t