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

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

parent eea6c09f
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -328,7 +328,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