From: Bernd Petrovitsch Date: Wed, 14 Feb 2007 21:47:06 +0000 (+0000) Subject: * fixed wrong if X-Git-Tag: OLSRD_0_5_0~10 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=8e735c2d09fe90bdb7585aed9a0518aa5787ca2f * fixed wrong if --- diff --git a/lib/Makefile b/lib/Makefile index 42ca9e69..dcb2df67 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # This is quite ougly but at least it works -ifneq ($(OS),linux) +ifeq ($(OS),linux) SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n") else SUBDIRS := dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph secure txtinfo