[dev] [dev xlsh]: fix Makefile

From: Kurt Van Dijck <kurt.van.dijck_AT_eia.be>
Date: Thu, 20 Oct 2011 08:39:30 +0200

On Wed, Oct 19, 2011 at 09:37:52PM +0200, MichaƂ Siejak wrote:
> Hello.
[...]
> Source code is here: https://github.com/Nadrin/xlsh
> Example screenshot is here: https://github.com/Nadrin/xlsh/wiki
>
> If any of you guys find it useful let me know. :) Constructive
> criticism/peer review is more than welcome.

With this patch, your Makefile works with my make (GNU Make 3.81)

Signed-off-by: Kurt Van Dijck <kurt.van.dijck_AT_eia.be>
---
diff --git a/Makefile b/Makefile
index a1d2b13..541ea3b 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -38,7 +38,8 @@ XLSHD_HEADERS = config.h libxlsh.h
 
 all: $(PROGRAMS)
 
-xlsh: $(XLSH_OBJ) $(XLSH_LIBS)
+xlsh: $(XLSH_OBJ)
+xlsh: LDLIBS=$(XLSH_LIBS)
 
 xlshd: $(XLSHD_OBJ)
 
Received on Thu Oct 20 2011 - 08:39:30 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 20 2011 - 08:48:03 CEST