Home
last modified time | relevance | path

Searched refs:GET_PATCHES_SH (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/lib/libmpfr/
H A DMakefile349 GET_PATCHES_SH= ${MPFRDIST}/tools/get_patches.sh macro
352 get_patches.c: ${GET_PATCHES_SH} ${PATCHES}
353 ${GET_PATCHES_SH} ${PATCHES} > $@.tmp && mv $@.tmp $@
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A DMakefile.am108 GET_PATCHES_SH = $(top_srcdir)/tools/get_patches.sh macro
110 get_patches.c: $(GET_PATCHES_SH) $(PATCHES)
111 $(GET_PATCHES_SH) $(PATCHES) > $@ || { rm -f $@; exit 1; }
H A DMakefile.in621 GET_PATCHES_SH = $(top_srcdir)/tools/get_patches.sh
1813 get_patches.c: $(GET_PATCHES_SH) $(PATCHES)
1814 $(GET_PATCHES_SH) $(PATCHES) > $@ || { rm -f $@; exit 1; }