From 646bd0e51fe331fcf87a8b6335b6cff02ef310ed Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 22 Jan 1992 11:25:52 +0000 Subject: [PATCH] small fix for compatibility with different make's --- util/int/proto.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/int/proto.make b/util/int/proto.make index df16cba17..7886ec4ac 100644 --- a/util/int/proto.make +++ b/util/int/proto.make @@ -122,10 +122,10 @@ warn_msg: $(SRC_DIR)/M.warn_msg $(APP_A) ./warn.h: $(SRC_DIR)/M.warn_h $(APP_A) $(SRC_DIR)/M.warn_h $(APP_A) -switch/DoCases: +./switch/DoCases: (cd switch; make DoCases) -switch/PrCases: +./switch/PrCases: (cd switch; make PrCases) test/awa.em22: @@ -142,7 +142,7 @@ test/awa.em44: # Auxiliary entries -lint: $(CFILES) trap_msg warn_msg ./warn.h switch/DoCases switch/PrCases +lint: $(CFILES) trap_msg warn_msg ./warn.h ./switch/DoCases ./switch/PrCases $(LINT) $(LINTFLAGS) $(CFILES) tags: $(HDR) $(CFILES) -- 2.34.1