From 50bc18f8179db0f1d1632a0d2b0e915fb1db6dd0 Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 14 Oct 2002 05:25:27 +0000 Subject: [PATCH] /bin/sh hates $(ln-f) variable? Odd that sh would see this... --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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