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

Bernd Petrovitsch (spam-protected)
Wed May 9 19:30:44 CEST 2007


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

Modified Files:
	Makefile 
Log Message:
 this plugin uses regexps. Does Win32 hassomething similar?

Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/nameservice/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile	25 May 2005 13:50:22 -0000	1.10
--- Makefile	9 May 2007 17:30:42 -0000	1.11
***************
*** 45,48 ****
--- 45,52 ----
  include $(TOPDIR)/Makefile.inc
  
+ ifeq ($(OS),win32)
+ default_target install clean:
+ 	@echo "**** We use the regex library here. Does Win32 has something like this?"
+ else
  default_target: $(PLUGIN_FULLNAME)
  
***************
*** 56,57 ****
--- 60,62 ----
  clean:
  		rm -f $(OBJS) $(SRCS:%.c=%.d) $(PLUGIN_FULLNAME)
+ endif
\ No newline at end of file





More information about the Olsr-cvs mailing list