Ticket #49067: patch-src_Makefile.diff
File patch-src_Makefile.diff, 735 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
src/Makefile
old new 31 31 32 32 ## GNU MPFR api oct-files 33 33 mpfr_matrix_mul_d.oct: mpfr_%.oct: mpfr_%.cc mpfr_commons.cc 34 $(MKOCTFILE) -o $@ $(LDFLAGS_MPFR) $(CFLAG_OPENMP) $<34 $(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR) $(CFLAG_OPENMP) $< 35 35 mpfr_%.oct: mpfr_%.cc mpfr_commons.cc 36 $(MKOCTFILE) -o $@ $(LDFLAGS_MPFR) $<36 $(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR) $< 37 37 38 38 ## <cfenv> api oct-file 39 39 ## … … 43 43 ## omit the __setround__ function from a redistributed binary package. 44 44 ## However, please inform the package maintainer of the error. 45 45 __setround__.oct: __setround__.cc 46 $(MKOCTFILE) -o $@ $<46 $(MKOCTFILE) -v -o $@ $<