From 6fcab0af68b6bea416e329f8ad9925f5c60558fc Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 12 Jul 2004 22:51:10 +0000 Subject: [PATCH] Remove the check for JIGDOCMD --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index afcd57c7..55a8d522 100755 --- a/Makefile +++ b/Makefile @@ -167,13 +167,6 @@ ifndef NONUS @echo If we have FORCENONUSONCD1 set, we must also have NONUS set; false endif endif -ifneq "$(DOJIGDO)" "0" -ifndef JIGDOCMD - @echo JIGDOCMD undefined -- set up CONF.sh; false -endif -else -export JIGDOCMD=false -endif ## INITIALIZATION ##