[Olsr-cvs] olsrd-current Makefile.inc,1.38,1.39
Bernd Petrovitsch
(spam-protected)
Fri Nov 2 16:37:11 CET 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23535
Modified Files:
Makefile.inc
Log Message:
* ooops, hide the dependency generation calls again
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Makefile.inc 2 Nov 2007 10:16:39 -0000 1.38
--- Makefile.inc 2 Nov 2007 15:37:09 -0000 1.39
***************
*** 161,165 ****
# fully automatic and working dependency generation
%.d: %.c
! $(filter-out $(CCACHE),$(CC)) -M $(strip $(CPPFLAGS)) "$<" | sed -e '1s/\($(call quote,$(*F))\.o\)[ :]*/$(call quote,$(*D)/\1 $@: Makefile $(TOPDIR)$(if $(TOPDIR),/)Makefile.inc) /g' >"$@"
# we always need the includes and defines
--- 161,165 ----
# fully automatic and working dependency generation
%.d: %.c
! @$(filter-out $(CCACHE),$(CC)) -M $(strip $(CPPFLAGS)) "$<" | sed -e '1s/\($(call quote,$(*F))\.o\)[ :]*/$(call quote,$(*D)/\1 $@: Makefile $(TOPDIR)$(if $(TOPDIR),/)Makefile.inc) /g' >"$@"
# we always need the includes and defines
More information about the Olsr-cvs
mailing list