summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-04-07 14:44:07 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-04-07 14:58:12 +0200
commited0e63dc0a473e5c1fa139612981dad5378ff085 (patch)
treea552c072f3cf044de26aca7a603ce6fce99869fb /Makefile.am
parent45d4c012d3dab39a65ea71dee825d1146e0ac4a7 (diff)
downloadbison-ed0e63dc0a473e5c1fa139612981dad5378ff085.tar.gz
build: simplify clean.
* doc/local.mk (CLEANFILES): Since the previous commit, there a no longer such files. * Makefile.in (CLEANFILES): Initialize here.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 37d2ce16..feb55681 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
# Find builddir/src/scan-code.c etc.
AM_CPPFLAGS = -I. -Ilib -I$(top_srcdir) -I$(top_srcdir)/lib
BUILT_SOURCES =
+CLEANFILES =
DISTCLEANFILES =
EXTRA_DIST += $(dist_TESTS)
MOSTLYCLEANDIRS =