From: Ritesh Raj Sarraf <[email protected]> I'm not sure if the current makefile compiles as documented in INSTALL but I had to bring in these changes while packaging for Debian.
Will it be possible to simplify the build? Signed-off-by: Ritesh Raj Sarraf <[email protected]> --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 704031d..e7cb5a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ pkgconfig_DATA = HBAAPI.pc dist_sysconf_DATA = hba.conf dist_noinst_DATA = HBAAPILIB.c HBAAPI.pc.in libHBAAPI.spec hbaapi2.2.patch -hbaapilib.c: ${srcdir}/HBAAPILIB.c ${srcdir}/hbaapi2.2.patch +hbaapilib.c: cp ${srcdir}/HBAAPILIB.c $@ patch $@ < ${srcdir}/hbaapi2.2.patch -- 1.7.4.4 _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
