diff options
-rw-r--r-- | lib/Makefile.netware | 1 | ||||
-rw-r--r-- | src/Makefile.netware | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 8316cc159..ad3b1ede7 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -420,7 +420,6 @@ ifdef WITH_SSL endif ifdef WITH_SSH2 @echo $(DL)#define USE_LIBSSH2 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIBSSH2 1$(DL) >> $@ @echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@ endif ifdef OLD_NOVELLSDK diff --git a/src/Makefile.netware b/src/Makefile.netware index d863837e3..7eac973a2 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -386,7 +386,6 @@ ifdef WITH_SSL endif ifdef WITH_SSH2 @echo $(DL)#define USE_LIBSSH2 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIBSSH2 1$(DL) >> $@ @echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@ endif ifdef OLD_NOVELLSDK |