From: ceriel Date: Tue, 12 Jul 1988 11:10:31 +0000 (+0000) Subject: do not use shell meta characters in dependents; some makes do not like it X-Git-Tag: release-5-5~3058 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=53bda08502f0b6ad821e16d8700e075169c3a293;p=ack.git do not use shell meta characters in dependents; some makes do not like it --- diff --git a/mach/proto/libg/Makefile b/mach/proto/libg/Makefile index 4785674f2..336cb58eb 100644 --- a/mach/proto/libg/Makefile +++ b/mach/proto/libg/Makefile @@ -11,9 +11,9 @@ HEADSRC=$(HOME)/$(SRC)/head_$(PREF).e all: head tail -head: head_$(PREF) $(HOME)/h/*.h +head: head_$(PREF) -tail: tail_$(PREF)$(SUB) $(HOME)/h/*.h +tail: tail_$(PREF)$(SUB) headcp: head ../../install head_$(PREF)