From 5a3e24fc1ef4a576945d534de649fb2132f85131 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 4785674f..336cb58e 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)