summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-15 08:18:57 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-15 08:18:57 +0000
commit366489a085ae1ee6e6438f5d4996ba0a1ab2d192 (patch)
tree2f5868efed90cebc4eab0800bd08e7878ab750e4 /ui/gtk/Makefile.common
parent5a551d6b63080952c8871338c16cee0ca757bd6f (diff)
downloadwireshark-366489a085ae1ee6e6438f5d4996ba0a1ab2d192.tar.gz
DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,
so get rid of it, and stop using it in ui/gtk/Makefile.make; we don't want to encourage people to create source files that get warnings. svn path=/trunk/; revision=44910
Diffstat (limited to 'ui/gtk/Makefile.common')
-rw-r--r--ui/gtk/Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index 87fc1648d6..1e47ea04d4 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -33,13 +33,10 @@ GENERATED_HEADER_FILES =
GENERATED_C_FILES = \
wireshark-tap-register.c
-DIRTY_GENERATED_C_FILES =
-
# All the generated files.
GENERATED_FILES = \
$(GENERATED_HEADER_FILES) \
- $(GENERATED_C_FILES) \
- $(DIRTY_GENERATED_C_FILES)
+ $(GENERATED_C_FILES)
# Files that generate compileable files
GENERATOR_FILES =