From e8da142294f485be4d366bb51d024a7421f2c1f5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 19 Mar 1999 23:16:17 +0000 Subject: [PATCH] correct path to Makefile.am.common SUFFIXES and .x.c: add back old rules to make it work git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5636 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 369a5e5c1..e84973789 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -1,6 +1,8 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common + +SUFFIXES = .x .et .h YFLAGS = -d @@ -96,3 +98,6 @@ asn1_files: asn1_compile $(srcdir)/k5.asn1 $(libasn1_la_OBJECTS): asn1.h asn1_err.h EXTRA_DIST = asn1_err.et + +.x.c: + @cmp -s $< $@ 2> /dev/null || cp $< $@