From: ceriel Date: Thu, 16 Feb 1989 09:40:52 +0000 (+0000) Subject: Add include directory when compiling head X-Git-Tag: release-5-5~2577 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=59ea3478ac446d37cf62f5a1f756c33b14d23a66;p=ack.git Add include directory when compiling head --- diff --git a/mach/proto/libg/Makefile b/mach/proto/libg/Makefile index 6aba08633..da2c317d1 100644 --- a/mach/proto/libg/Makefile +++ b/mach/proto/libg/Makefile @@ -27,7 +27,7 @@ cp: headcp tailcp head_$(PREF): $(HEADSRC) cp $(HEADSRC) head_$(PREF).e - $(MACH) $(MACHFL) head_$(PREF).e + $(MACH) $(MACHFL) -I$(HOME)/h head_$(PREF).e mv head_$(PREF).$(SUF) head_$(PREF) -rm -f head_$(PREF).[ekm$(SUF)]