Convert to non-recursive make
Change-Id: I11f8bc8553957e2ff083c09e72e16881e4d3bb6f Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3865 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
f2e93b597f
commit
5be455a710
@@ -1,8 +1,2 @@
|
||||
include $(top_srcdir)/common.mk
|
||||
|
||||
METASOURCES = AUTO
|
||||
noinst_LTLIBRARIES = libsvf.la
|
||||
noinst_HEADERS = svf.h
|
||||
libsvf_la_SOURCES = svf.c
|
||||
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||
noinst_LTLIBRARIES += %D%/libsvf.la
|
||||
%C%_libsvf_la_SOURCES = %D%/svf.c %D%/svf.h
|
||||
|
||||
Reference in New Issue
Block a user