kopia lustrzana https://gitlab.com/sane-project/backends
Added workaround for GNU make 3.79. This version of make insisted on at least
one argument for "basename" which broke compilation. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
89ed1c8493
commit
7fe9842a77
|
@ -73,7 +73,12 @@ CONFIGS = $(addsuffix .conf,$(ALL_BACKENDS)) saned.conf
|
|||
EXTRA = sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo
|
||||
|
||||
# With libtool-1.0, we have to mention each library object explicitly... ;-(
|
||||
ifneq (@LIBOBJS@ @ALLOCA@,)
|
||||
LIBLIB_FUNCS = $(basename @LIBOBJS@ @ALLOCA@)
|
||||
else
|
||||
LIBLIB_FUNCS =
|
||||
endif
|
||||
|
||||
LIBOBJS = $(addprefix ../lib/,$(addsuffix .lo,$(LIBLIB_FUNCS)))
|
||||
|
||||
DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \
|
||||
|
|
Ładowanie…
Reference in New Issue