sdksyms.sh may not be executable.
Use $(SHELL) to run it. Someone may want to build out of a source tree in a filesystem with the noexec mount flag set. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
		
							parent
							
								
									f54852edc3
								
							
						
					
					
						commit
						98b230669f
					
				|  | @ -111,7 +111,7 @@ CLEANFILES = sdksyms.c sdksyms.dep | ||||||
| EXTRA_DIST += sdksyms.sh | EXTRA_DIST += sdksyms.sh | ||||||
| 
 | 
 | ||||||
| sdksyms.dep sdksyms.c: sdksyms.sh | sdksyms.dep sdksyms.c: sdksyms.sh | ||||||
| 	CPP='$(CPP)' AWK='$(AWK)' $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES) | 	CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES) | ||||||
| 
 | 
 | ||||||
| SDKSYMS_DEP = sdksyms.dep | SDKSYMS_DEP = sdksyms.dep | ||||||
| include $(SDKSYMS_DEP) | include $(SDKSYMS_DEP) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue