do not use shell meta characters in dependents; some makes do not like it
This commit is contained in:
parent
20e2452350
commit
53bda08502
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue