From 9183839ef709eb2c4994de3e1a2d5ed02ef02d25 Mon Sep 17 00:00:00 2001 From: dufourj Date: Mon, 11 Apr 2005 23:17:21 +0000 Subject: Mise à jour du Makefile pour gérer la nouvelle version de la zlib recompilé dans /usr/local. --- 2005/i/robert/src/Makefile.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to '2005') diff --git a/2005/i/robert/src/Makefile.defs b/2005/i/robert/src/Makefile.defs index 2db1a17..4fc8311 100644 --- a/2005/i/robert/src/Makefile.defs +++ b/2005/i/robert/src/Makefile.defs @@ -38,6 +38,10 @@ endif VPATH = $(SUBDIRS:%=$(SRCDIR)/%) +# Sur lampion, libz a été recompilé à la main +ifeq ($(shell hostname),lampion) +VPATH += /usr/local/lib/ +endif PROGRAMS = LIBS = -- cgit v1.2.3