/bin/sh hates $(ln-f) variable? Odd that sh would see this...

This commit is contained in:
albert 2002-10-14 05:33:00 +00:00
parent 50bc18f817
commit 11354a29ff

View File

@ -38,7 +38,7 @@ DIRS += proc/
proc/$(SONAME): $(LIBOBJ)
$(CC) -shared -Wl,-soname,$(SONAME) -o $@ $^ -lc
cd proc && $(ln-sf) $(SONAME) lib$(NAME).so
cd proc && $(ln_sf) $(SONAME) lib$(NAME).so
# AUTOMATIC DEPENDENCY GENERATION -- GCC AND GNUMAKE DEPENDENT
@ -54,7 +54,7 @@ endif
$(lib)/$(SONAME) : proc/$(SONAME)
$(install) --mode a=rx --strip $< $@
cd $(lib) && $(ln-sf) $(SONAME) lib$(NAME).so
cd $(lib) && $(ln_sf) $(SONAME) lib$(NAME).so
$(ldconfig)
#$(usr/lib)/lib$(NAME).a : proc/lib$(NAME).a