Make 3.81: erratic behavior with archive members

2007-11-21 Thread Stephen Macmanus
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

Re: Make 3.81: erratic behavior with archive members

2007-11-21 Thread Philip Guenther
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