[Olsr-cvs] olsrd-current/lib Makefile,1.9,1.10

Bernd Petrovitsch (spam-protected)
Wed Feb 14 22:47:08 CET 2007


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

Modified Files:
	Makefile 
Log Message:
* fixed wrong if

Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile	11 Feb 2007 11:51:57 -0000	1.9
--- Makefile	14 Feb 2007 21:47:06 -0000	1.10
***************
*** 1,4 ****
  # This is quite ougly but at least it works
! ifneq ($(OS),linux)
  SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
  else
--- 1,4 ----
  # This is quite ougly but at least it works
! ifeq ($(OS),linux)
  SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
  else





More information about the Olsr-cvs mailing list