[Expat-checkins] CVS: expat/lib Makefile.in,1.5,1.6

Clark Cooper coopercc@users.sourceforge.net
Tue, 10 Oct 2000 11:34:14 -0700


Update of /cvsroot/expat/expat/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15650/lib

Modified Files:
	Makefile.in 
Log Message:
Fix make problems on BSD & HPUX reported in Bug # 116248


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/lib/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.in	2000/09/29 14:57:45	1.5
--- Makefile.in	2000/10/10 18:34:11	1.6
***************
*** 106,110 ****
  .PHONY: all clean distclean maintainer-clean
  
! %.o: %.c
  	@echo '$(COMPILE) -c $<'; \
  	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
--- 106,110 ----
  .PHONY: all clean distclean maintainer-clean
  
! .c.o:
  	@echo '$(COMPILE) -c $<'; \
  	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
***************
*** 115,119 ****
  	rm .deps/$(*F).pp
  
! %.lo: %.c
  	@echo '$(LTCOMPILE) -c $<'; \
  	test -d .deps || mkdir .deps ; \
--- 115,119 ----
  	rm .deps/$(*F).pp
  
! .c.lo:
  	@echo '$(LTCOMPILE) -c $<'; \
  	test -d .deps || mkdir .deps ; \