From f31e92bbcc2d6507a83126c38e08692be7c33642 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Jun 1988 11:49:17 +0000 Subject: [PATCH] for the time being, do not pass IP_SPEC to the Makefile in switch; this does not work with relative paths --- util/int/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util/int/Makefile b/util/int/Makefile index 579b18a7..ff6d12eb 100644 --- a/util/int/Makefile +++ b/util/int/Makefile @@ -73,11 +73,11 @@ warn_msg: M.warn_msg $(APP_A) warn.h: M.warn_h $(APP_A) M.warn_h $(APP_A) -switch/DoCases: $(IP_SPEC) - (cd switch; make IP_SPEC=$(IP_SPEC) DoCases) +switch/DoCases: + (cd switch; make DoCases) -switch/PrCases: $(IP_SPEC) - (cd switch; make IP_SPEC=$(IP_SPEC) PrCases) +switch/PrCases: + (cd switch; make PrCases) test/awa.em22: (cd test; make awa.em22)