From af7fdfaa045f9e5fe6225b8b3ca4d16aff6cad11 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 14 Jul 2011 19:57:44 +0000 Subject: [PATCH] Remove iocboot, keep iocBoot to eliminate errors on win32-x86 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13145 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index bb27ec0..015d84e 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,4 @@ DIRS := $(DIRS) $(filter-out $(DIRS), configure) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *app)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot)) -DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocboot)) include $(TOP)/configure/RULES_TOP