asn1: don't clobber checked in files in clean target
Fix regression introduced in 9427796f
, where checked in files matching asn1_*.c
would be clobbered by "make clean".
Change-Id: Ifc4bbe3c46dd357fdd642040ad964c7cfe1d395c
This commit is contained in:
@@ -259,7 +259,7 @@ CLEANFILES = \
|
||||
x690sample_template_asn1_files x690sample_template_asn1* \
|
||||
test_asn1_files test_asn1* \
|
||||
test_template_asn1_files test_template_asn1* \
|
||||
asn1_*.c *_asn1.json *_asn1_syms.c *_asn1_oids.c
|
||||
asn1_*_asn1.c *_asn1.json *_asn1_syms.c *_asn1_oids.c
|
||||
|
||||
dist_include_HEADERS = der.h heim_asn1.h
|
||||
dist_include_HEADERS += $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
||||
|
Reference in New Issue
Block a user