From: ceriel Date: Wed, 22 Jan 1992 11:25:52 +0000 (+0000) Subject: small fix for compatibility with different make's X-Git-Tag: release-5-5~519 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=646bd0e51fe331fcf87a8b6335b6cff02ef310ed;p=ack.git small fix for compatibility with different make's --- 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)