From 8e735c2d09fe90bdb7585aed9a0518aa5787ca2f Mon Sep 17 00:00:00 2001 From: Bernd Petrovitsch Date: Wed, 14 Feb 2007 21:47:06 +0000 Subject: [PATCH] * fixed wrong if --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1