From: albert <> Date: Mon, 14 Oct 2002 05:25:27 +0000 (+0000) Subject: /bin/sh hates $(ln-f) variable? Odd that sh would see this... X-Git-Tag: v3.3.0~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50bc18f8179db0f1d1632a0d2b0e915fb1db6dd0;p=procps-ng /bin/sh hates $(ln-f) variable? Odd that sh would see this... --- diff --git a/Makefile b/Makefile index 6e798448..cb2e1123 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ LIBVERSION := 3.0.3 # so you can disable them or choose alternates ldconfig := ldconfig -ln-f := ln -f -ln-sf := ln -sf +ln_f := ln -f +ln_sf := ln -sf install := install -D --owner 0 --group 0 usr/bin := $(DESTDIR)/usr/bin/ @@ -139,7 +139,7 @@ $(MANFILES) : all $(install) --mode a=r $(notdir $@) $@ 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