Skip to content
Snippets Groups Projects
Commit 9d528ab3 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Chain commands with '&&' in the recipe for 'cdilib.c'.

parent 9b66b892
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ pkgconfig/cdi_f2003.pc: $(top_builddir)/config.status $(srcdir)/pkgconfig/cdi_f2
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
cdilib.c:
$(AM_V_GEN)(cd $(top_srcdir)/src ; ./make_cdilib)
$(AM_V_GEN)$(am__cd) $(top_srcdir)/src && ./make_cdilib
CLEANFILES = cdilib.c
MOSTLYCLEANFILES = make_fint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment