From: ceriel Date: Wed, 18 Sep 1991 10:14:52 +0000 (+0000) Subject: Fixed: em_path now resides in config X-Git-Tag: release-5-5~861 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=369776173a21322244235fcd1443caba432f4455;p=ack.git Fixed: em_path now resides in config --- diff --git a/util/ack/proto.make b/util/ack/proto.make index 657a455a1..04f2d3d23 100644 --- a/util/ack/proto.make +++ b/util/ack/proto.make @@ -162,7 +162,7 @@ rmach.$(SUF): $(SRC_DIR)/dmach.h rmach.$(SUF): $(SRC_DIR)/grows.h rmach.$(SUF): $(SRC_DIR)/trans.h rmach.$(SUF): $(SRC_DIR)/list.h -rmach.$(SUF): $(HDIR)/em_path.h +rmach.$(SUF): $(TARGET_HOME)/config/em_path.h rmach.$(SUF): $(SRC_DIR)/ack.h run.$(SUF): $(SRC_DIR)/run.c $(CC) -c $(CFLAGS) $(SRC_DIR)/run.c @@ -177,7 +177,7 @@ grows.$(SUF): $(SRC_DIR)/grows.h grows.$(SUF): $(SRC_DIR)/ack.h files.$(SUF): $(SRC_DIR)/files.c $(CC) -c $(CFLAGS) $(SRC_DIR)/files.c -files.$(SUF): $(HDIR)/em_path.h +files.$(SUF): $(TARGET_HOME)/config/em_path.h files.$(SUF): $(SRC_DIR)/data.h files.$(SUF): $(SRC_DIR)/grows.h files.$(SUF): $(SRC_DIR)/trans.h