Re: cvs commit: apr-util/xml/expat Makefile.in

2001-03-13 Thread Jeff Trawick
Kevin Pilch-Bisson <[EMAIL PROTECTED]> writes: > On Sun, Mar 11, 2001 at 01:03:40PM -, [EMAIL PROTECTED] wrote: > > -all: $(SUBDIRS) > > +all: build-subdirs > > > >.PHONY: all $(SUBDIRS) clean distclean maintainer-clean dist install \ > >uninstall distdir > > Shouldn't

Re: cvs commit: apr-util/xml/expat Makefile.in

2001-03-12 Thread Kevin Pilch-Bisson
On Sun, Mar 11, 2001 at 01:03:40PM -, [EMAIL PROTECTED] wrote: > -all: $(SUBDIRS) > +all: build-subdirs > >.PHONY: all $(SUBDIRS) clean distclean maintainer-clean dist install \ >uninstall distdir Shouldn't you add build-subdirs to .PHONY now? > @@ -105,9 +105,11 @@