about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-27 01:50:40 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-27 01:50:40 -0800
commitf858b05bc895ae0ff5b602a829b364b176d8e072 (patch)
tree3296b6f4f98c4b9262ef042580c54d6985f6e52b /local.mk.sample
parent6d81636901a6417e925c588d748a12634e8e5f82 (diff)
downloadrainbows-f858b05bc895ae0ff5b602a829b364b176d8e072.tar.gz
Better just to edit my private local.mk when I'm testing
with alternate versions of libraries...
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample6
1 files changed, 1 insertions, 5 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 83d60a2..b02506d 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -30,11 +30,7 @@ endif
 ifdef gem_paths
   sp :=
   sp +=
-  rlib := $(subst $(sp),:,$(addsuffix /lib,$(gem_paths)))
-  ifneq ($(RUBYLIB),)
-    rlib := $(RUBYLIB):$(rlib)
-  endif
-  export RUBYLIB := $(rlib)
+  export RUBYLIB := $(subst $(sp),:,$(addsuffix /lib,$(gem_paths)))
 endif
 
 # pipefail is THE reason to use bash (v3+) or never revisions of ksh93