From a38313b295ef85bb5ec919da737fa475a2f3dc31 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 10 Jul 1997 04:05:52 +0000 Subject: [PATCH] CLEAN_FILES -> CLEANFILES git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2123 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.am | 4 ++-- lib/error/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 23f315875..26d2e2200 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -6,8 +6,8 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir) lib_LIBRARIES = liberror.a -CLEAN_FILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \ - krb5_err.c krb5_err.h compile_et +CLEANFILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \ + krb5_err.c krb5_err.h liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c diff --git a/lib/error/Makefile.am b/lib/error/Makefile.am index 23f315875..26d2e2200 100644 --- a/lib/error/Makefile.am +++ b/lib/error/Makefile.am @@ -6,8 +6,8 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir) lib_LIBRARIES = liberror.a -CLEAN_FILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \ - krb5_err.c krb5_err.h compile_et +CLEANFILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \ + krb5_err.c krb5_err.h liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c