summaryrefslogtreecommitdiff
path: root/dbug
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-01-28 13:49:42 +0100
committerserg@serg.mylan <>2005-01-28 13:49:42 +0100
commit6117ee754b33886098bf0ebaaa6bea9487ed828c (patch)
tree935278af27c5d64649488763d341aeff104c40cd /dbug
parent160f254d34bc6da403ec10ff50706a01326bfc08 (diff)
downloadmariadb-git-6117ee754b33886098bf0ebaaa6bea9487ed828c.tar.gz
fixed automake problem in dbug/Makefile.am
Diffstat (limited to 'dbug')
-rw-r--r--dbug/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbug/Makefile.am b/dbug/Makefile.am
index f8ddf0e6567..a951aff6094 100644
--- a/dbug/Makefile.am
+++ b/dbug/Makefile.am
@@ -26,6 +26,7 @@ EXTRA_DIST = example1.c example2.c example3.c \
NROFF_INC = example1.r example2.r example3.r main.r \
factorial.r output1.r output2.r output3.r \
output4.r output5.r
+CLEANFILES = $(NROFF_INC) user.t user.ps
# Must be linked with libs that are not compiled yet
@@ -59,8 +60,5 @@ output5.r: factorial
@RM@ -f $@
@SED@ -e 's!\\!\\\\!g' $< > $@
-clean:
- @RM@ -f $(NROFF_INC) user.t user.ps
-
# Don't update the files from bitkeeper
%::SCCS/s.%