diff options
author | Julio Merino <jmmv@google.com> | 2016-02-08 11:49:48 -0500 |
---|---|---|
committer | Julio Merino <jmmv@meroh.net> | 2016-02-08 20:50:23 -0500 |
commit | 869aa42e97e26365b83b1f779ecab209ee8f4b39 (patch) | |
tree | 04aa24b81a93b2082f67c554de1faaf3d7271072 /sshfs.c | |
parent | d8230e72ca01fd27509ef7134f0957c73f164ae3 (diff) | |
download | sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar.gz sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar.bz2 sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.zip |
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.
Diffstat (limited to 'sshfs.c')
-rw-r--r-- | sshfs.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 { |