From 71fdfbdb7adae85528258373690370e49921b48d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 24 Jun 2002 07:30:28 +0000 Subject: [PATCH] Add configure.lineno to CLEANFILES. It doesn't delete itself or have something else delete it, making distcheck impossible (the build directory isn't empty after a distclean). svn path=/trunk/yasm/; revision=651 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 45be6d8a..7a409f23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ yasm_LDADD = @LIBLTDL@ @LIBOBJS@ $(INTLLIBS) @LIBADD_DL@ lib_LTLIBRARIES = BUILT_SOURCES = -CLEANFILES = +# configure.lineno doesn't clean up after itself? +CLEANFILES = configure.lineno EXTRA_DIST = config/config.rpath \ check/Makefile.inc \ src/Makefile.inc