aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-15 08:17:53 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-15 08:17:53 +0000
commit5a551d6b63080952c8871338c16cee0ca757bd6f (patch)
treec2a4a099e779c2929dfce7c09374a3fbcedd1f36 /ui
parent01f1afd5d3fbf38744b2fca1660ad9f884cef743 (diff)
Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want to
encourage people to create source files that get warnings. svn path=/trunk/; revision=44909
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 66fec8c9fa..c967c3214d 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -37,8 +37,6 @@ GENERATED_NODIST_HEADER_FILES = \
# Generated C source files that we want in the distribution.
GENERATED_C_FILES =
-DIRTY_GENERATED_C_FILES =
-
# Generated C source files that we don't want in the distribution.
GENERATED_NODIST_C_FILES =
@@ -54,8 +52,7 @@ GENERATED_NODIST_CPP_FILES = \
GENERATED_FILES = \
$(GENERATED_HEADER_FILES) \
$(GENERATED_C_FILES) \
- $(GENERATED_CPP_FILES) \
- $(DIRTY_GENERATED_C_FILES)
+ $(GENERATED_CPP_FILES)
# All the generated files we don't want in the distribution.
GENERATED_NODIST_FILES = \