From 869aa42e97e26365b83b1f779ecab209ee8f4b39 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Mon, 8 Feb 2016 11:49:48 -0500 Subject: Remove LIBDIR explicit definition Makefile.am always sets LIBDIR in CPPFLAGS. There is no need for sshfs.c to redefine it to a bogus value when not present, and much less to only do so for the Darwin case only. --- sshfs.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sshfs.c b/sshfs.c index 21393f1..64c1d8c 100644 --- a/sshfs.c +++ b/sshfs.c @@ -138,13 +138,7 @@ #define MAX_PASSWORD 1024 #ifdef __APPLE__ - -#ifndef LIBDIR -# define LIBDIR "/usr/local/lib" -#endif - static char sshfs_program_path[PATH_MAX] = { 0 }; - #endif /* __APPLE__ */ struct buffer { -- cgit v1.2.3