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
This commit is contained in:
Assar Westerlund
1999-03-19 23:16:17 +00:00
parent 7fd0b624d5
commit e8da142294

View File

@@ -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 $< $@