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
0.3
Peter Johnson 23 years ago
parent 017c378bce
commit 71fdfbdb7a
  1. 3
      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

Loading…
Cancel
Save