]> www.ginac.de Git - ginac.git/commitdiff
Avoiding a spurious missing ginac_parser.h error when doing a parallel
authorJens Vollinga <jensv@nikhef.nl>
Thu, 19 May 2011 08:29:14 +0000 (10:29 +0200)
committerJens Vollinga <jensv@nikhef.nl>
Thu, 19 May 2011 08:29:14 +0000 (10:29 +0200)
build (make -j..).

ginsh/Makefile.am

index 184fbbe6b5bfd35fda2824c24b0e16e79cf000bd..6789fc4429e22898e52b91fee95551418668484d 100644 (file)
@@ -19,4 +19,4 @@ ginsh_fcn_help.h: ginsh.1 $(srcdir)/ginsh_fcn_help.sed
 ginsh_op_help.h: ginsh.1 $(srcdir)/ginsh_op_help.sed
        sed -n -f $(srcdir)/ginsh_op_help.sed <$< >$@
 
-ginsh_parser.o: ginsh_fcn_help.h ginsh_op_help.h
+ginsh_parser.o: ginsh_fcn_help.h ginsh_op_help.h ginsh_parser.h