From: Alain Spineux Date: Thu, 12 Jan 2023 10:20:34 +0000 (+0100) Subject: remove xxh_x86dispatch.c that was unused from Makefile X-Git-Tag: Beta-15.0.0~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72226c7d15e63693c3b2244848488a7bb7673d0;p=thirdparty%2Fbacula.git remove xxh_x86dispatch.c that was unused from Makefile - of course this don't compile on AIX and other non intel CPU --- diff --git a/bacula/src/lib/Makefile.in b/bacula/src/lib/Makefile.in index c6cc53a81..908954e92 100644 --- a/bacula/src/lib/Makefile.in +++ b/bacula/src/lib/Makefile.in @@ -63,7 +63,7 @@ LIBBAC_SRCS = attr.c base64.c base32.c berrno.c bsys.c binflate.c bget_msg.c \ worker.c flist.c bcollector.c collect.c \ address_conf.c breg.c htable.c lockmgr.c devlock.c output.c bwlimit.c \ bsock_meeting.c bcrc32.c events.c ilist.c cJSON.c cJSON_Utils.c \ - xxhash.c xxh_x86dispatch.c $(EXTRA_SRCS) + xxhash.c $(EXTRA_SRCS) LIBBAC_OBJS_TMP = $(LIBBAC_SRCS:.c=.o) LIBBAC_OBJS = $(LIBBAC_OBJS_TMP:.cc=.o)