aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 60d1189b..e3adaad8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -130,7 +130,10 @@ startup_tcl.c: startup.tcl $(BIN2C)
# add startup_tcl.c to make clean list
CLEANFILES = startup.tcl startup_tcl.c
-
+# we do not want generated file in the dist
+dist-hook:
+ rm -f $(distdir)/startup_tcl.c
+
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
# The "quick" target builds executables & reinstalls the executables