comparison libinterp/corefcn/module.mk @ 20366:a1c2d0cd5b14

Fix encoded source file name for builtin functions * libinterp/corefcn/module.mk (COREFCN_FT2_DF): Pass $(srcdir)/libinterp to mkdefs. * libinterp/mkdefs: Do not prepend "libinterp" to source file.
author Mike Miller <mtmiller@octave.org>
date Sat, 11 Jul 2015 23:25:37 -0400
parents 0ce7d8303152
children 456c7e4cb34d
comparison
equal deleted inserted replaced
20365:d54f3d6c8741 20366:a1c2d0cd5b14
281 $(AM_V_GEN)rm -f $@-t $@ && \ 281 $(AM_V_GEN)rm -f $@-t $@ && \
282 $(CXXCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 282 $(CXXCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
283 $(libinterp_corefcn_libcorefcn_la_CPPFLAGS) $(CPPFLAGS) \ 283 $(libinterp_corefcn_libcorefcn_la_CPPFLAGS) $(CPPFLAGS) \
284 $(libinterp_corefcn_libcorefcn_la_CXXFLAGS) \ 284 $(libinterp_corefcn_libcorefcn_la_CXXFLAGS) \
285 -DMAKE_BUILTINS $< > $@-t && \ 285 -DMAKE_BUILTINS $< > $@-t && \
286 $(srcdir)/libinterp/mkdefs $(srcdir) $< < $@-t > $@ && \ 286 $(srcdir)/libinterp/mkdefs $(srcdir)/libinterp $< < $@-t > $@ && \
287 rm $@-t 287 rm $@-t
288 288
289 ## Special rules for sources which must be built before rest of compilation. 289 ## Special rules for sources which must be built before rest of compilation.
290 290
291 ## defaults.h and graphics.h must depend on Makefile. Calling configure 291 ## defaults.h and graphics.h must depend on Makefile. Calling configure