From 7f5eeb8e5e0464cf6d9169533d0daa00e299bdaa Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 11 May 1998 20:48:54 +0000 Subject: [PATCH] clean more git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4854 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 2 +- lib/roken/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 4f2783bec..a29b6bbad 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies foreign INCLUDES = -I$(top_builddir)/include -CLEANFILES = roken.h make-roken.c +CLEANFILES = roken.h make-roken.c print_version.h lib_LIBRARIES = libroken.a diff --git a/lib/roken/Makefile.in b/lib/roken/Makefile.in index fecd22cbb..2a178951a 100644 --- a/lib/roken/Makefile.in +++ b/lib/roken/Makefile.in @@ -136,7 +136,8 @@ TAGS: $(SOURCES) check: clean: - rm -f $(LIB) *.o *.a roken.h make-roken$(EXECSUFFIX) make-roken.c + rm -f $(LIB) *.o *.a roken.h make-roken$(EXECSUFFIX) make-roken.c \ + make-print-version$(EXESUFFIX) print_version.h mostlyclean: clean