summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2011-09-13 08:54:33 -0700
committerBen Widawsky <ben@bwidawsk.net>2011-09-13 08:55:01 -0700
commita5abe177468f3c1c93f869a7c33712c63b023f65 (patch)
tree772acfa110c213eea7ee7bde372c03f149175253
parentf91e2c2b7e5e7fd79ba4be3051914e4453d292d8 (diff)
intel: we don't do distcheck for the debugger
-rw-r--r--debugger/system_routine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/debugger/system_routine/Makefile b/debugger/system_routine/Makefile
index 1c10ce5..3b071e0 100644
--- a/debugger/system_routine/Makefile
+++ b/debugger/system_routine/Makefile
@@ -79,6 +79,7 @@ maintainer-clean: clean
EMPTY_AUTOMAKE_TARGETS = install install-data install-exec uninstall \
install-dvi install-html install-info install-ps \
install-pdf installdirs check installcheck \
- mostlyclean dvi pdf ps info html tags ctags
+ mostlyclean dvi pdf ps info html tags ctags \
+ distcheck distdir
.PHONY: $(EMPTY_AUTOMAKE_TARGETS)
$(EMPTY_AUTOMAKE_TARGETS):