diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 8316cc159211fcced4def26b7179e0c5e12c673c..ad3b1ede74a83e03634083122e6c171f56d84da2 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 d863837e3d8d0c5f1400934b17a7792ac59f79d6..7eac973a270561f32d6b090f8d46c582dfb41281 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