trawick 01/03/13 03:09:17
Modified: xml/expat Makefile.in
Log:
build-subdirs is our phony "normal" target now, not $(SUBDIRS), so
update .PHONY
Submitted by: Kevin Pilch-Bisson <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +1 -1 apr-util/xml/expat/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/xml/expat/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.in 2001/03/11 13:03:39 1.2
+++ Makefile.in 2001/03/13 11:09:16 1.3
@@ -85,7 +85,7 @@
all: build-subdirs
-.PHONY: all $(SUBDIRS) clean distclean maintainer-clean dist install \
+.PHONY: all build-subdirs clean distclean maintainer-clean dist install \
uninstall distdir
Makefile: Makefile.in config.status