[Olsr-cvs] olsrd-current Makefile.inc,1.25,1.26

Bernd Petrovitsch (spam-protected)
Mon Aug 20 17:10:26 CEST 2007


Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11921

Modified Files:
	Makefile.inc 
Log Message:
* fix compilation on *BSD: the "sed" there doesn't seem to handle the removed expression correctly

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile.inc	19 Aug 2007 20:47:09 -0000	1.25
--- Makefile.inc	20 Aug 2007 15:10:23 -0000	1.26
***************
*** 104,108 ****
  # fully automatic and working dependency generation
  %.d: %.c
! 	@$(CC) -M $(CPPFLAGS) "$<" | sed -e '1s|\($(*F)\)\.o[ :]*|$(*D)/\1.o $@: Makefile $(TOPDIR)$(if $(TOPDIR),/)Makefile.inc \\\n  |g' >"$@"
  
  # we always need the includes and defines
--- 104,108 ----
  # fully automatic and working dependency generation
  %.d: %.c
! 	@$(CC) -M $(CPPFLAGS) "$<" | sed -e '1s|\($(*F)\)\.o[ :]*|$(*D)/\1.o $@: Makefile $(TOPDIR)$(if $(TOPDIR),/)Makefile.inc |g' >"$@"
  
  # we always need the includes and defines





More information about the Olsr-cvs mailing list