From 53bda08502f0b6ad821e16d8700e075169c3a293 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 12 Jul 1988 11:10:31 +0000 Subject: [PATCH] do not use shell meta characters in dependents; some makes do not like it --- mach/proto/libg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1