do not use shell meta characters in dependents; some makes do not like it

This commit is contained in:
ceriel 1988-07-12 11:10:31 +00:00
parent 20e2452350
commit 53bda08502

View file

@ -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)