]> granicus.if.org Git - procps-ng/commitdiff
/bin/sh hates $(ln-f) variable? Odd that sh would see this...
authoralbert <>
Mon, 14 Oct 2002 05:25:27 +0000 (05:25 +0000)
committeralbert <>
Mon, 14 Oct 2002 05:25:27 +0000 (05:25 +0000)
Makefile

index 6e798448d0aa882ec1de7624fef367872ba03c93..cb2e1123bdbe246fe8f51f6d667c4584d95844df 100644 (file)
--- 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