/bin/sh hates $(ln-f) variable? Odd that sh would see this...
This commit is contained in:
parent
4b57916ac9
commit
50bc18f817
6
Makefile
6
Makefile
@ -26,8 +26,8 @@ LIBVERSION := 3.0.3
|
|||||||
|
|
||||||
# so you can disable them or choose alternates
|
# so you can disable them or choose alternates
|
||||||
ldconfig := ldconfig
|
ldconfig := ldconfig
|
||||||
ln-f := ln -f
|
ln_f := ln -f
|
||||||
ln-sf := ln -sf
|
ln_sf := ln -sf
|
||||||
install := install -D --owner 0 --group 0
|
install := install -D --owner 0 --group 0
|
||||||
|
|
||||||
usr/bin := $(DESTDIR)/usr/bin/
|
usr/bin := $(DESTDIR)/usr/bin/
|
||||||
@ -139,7 +139,7 @@ $(MANFILES) : all
|
|||||||
$(install) --mode a=r $(notdir $@) $@
|
$(install) --mode a=r $(notdir $@) $@
|
||||||
|
|
||||||
install: $(filter-out $(SKIP),$(INSTALL))
|
install: $(filter-out $(SKIP),$(INSTALL))
|
||||||
cd $(usr/bin) && ($(ln-f) skill snice; $(ln-f) pgrep pkill)
|
cd $(usr/bin) && ($(ln_f) skill snice; $(ln_f) pgrep pkill)
|
||||||
|
|
||||||
############ prog.c --> prog.o
|
############ prog.c --> prog.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user