X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.am;h=90a2d4c357d133160eef9ab2c4a9a9b52af7f769;hp=d391d3b03999c851514398a7213342fb32f63e0e;hb=5e7b21aa4d3937f9dc5429e24b9824f72343e0f1;hpb=9961dfdd7a383f09b1040e195a8817a85d945e58 diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index d391d3b0..90a2d4c3 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -12,10 +12,10 @@ man_MANS = ginsh.1 EXTRA_DIST = ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed # files created by sed scripts -ginsh_fcn_help.c: ginsh.1 $(srcdir)/ginsh_fcn_help.sed +$(srcdir)/ginsh_fcn_help.c: ginsh.1 $(srcdir)/ginsh_fcn_help.sed sed -n -f $(srcdir)/ginsh_fcn_help.sed <$< >$@ -ginsh_op_help.c: ginsh.1 $(srcdir)/ginsh_op_help.sed +$(srcdir)/ginsh_op_help.c: ginsh.1 $(srcdir)/ginsh_op_help.sed sed -n -f $(srcdir)/ginsh_op_help.sed <$< >$@ -ginsh_parser.o: ginsh_fcn_help.c ginsh_op_help.c +ginsh_parser.o: $(srcdir)/ginsh_fcn_help.c $(srcdir)/ginsh_op_help.c