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:
@@ -1,6 +1,8 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/cf/Makefile.am.common
|
||||||
|
|
||||||
|
SUFFIXES = .x .et .h
|
||||||
|
|
||||||
YFLAGS = -d
|
YFLAGS = -d
|
||||||
|
|
||||||
@@ -96,3 +98,6 @@ asn1_files: asn1_compile $(srcdir)/k5.asn1
|
|||||||
$(libasn1_la_OBJECTS): asn1.h asn1_err.h
|
$(libasn1_la_OBJECTS): asn1.h asn1_err.h
|
||||||
|
|
||||||
EXTRA_DIST = asn1_err.et
|
EXTRA_DIST = asn1_err.et
|
||||||
|
|
||||||
|
.x.c:
|
||||||
|
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||||
|
Reference in New Issue
Block a user