summaryrefslogtreecommitdiff
path: root/src/parser/tptp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
commit1e94b6229e01806f3065066d8eb4917253ef8862 (patch)
tree3294b03fcecbf300e8ce7d7c4c144c27ca643558 /src/parser/tptp
parenta1a8a758846ae4d0a0bd4d6d2b969afd66ddad42 (diff)
fixes to some *clean targets
Diffstat (limited to 'src/parser/tptp')
-rw-r--r--src/parser/tptp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/tptp/Makefile.am b/src/parser/tptp/Makefile.am
index 3113a523c..4b0c82c61 100644
--- a/src/parser/tptp/Makefile.am
+++ b/src/parser/tptp/Makefile.am
@@ -37,8 +37,8 @@ libparsertptp_la_SOURCES = \
BUILT_SOURCES = $(ANTLR_STUFF) stamp-generated
-MAINTAINERCLEANFILES = $(ANTLR_STUFF)
-maintainer-clean-local:
+DISTCLEANFILES = $(ANTLR_STUFF)
+distclean-local:
-$(AM_V_at)rmdir generated
-$(AM_V_at)rm -f stamp-generated
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback