summaryrefslogtreecommitdiff
path: root/ui/cli
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-18 00:03:42 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-18 08:04:32 +0000
commit7263af87c6b0019c1bfda0f66fdc991330941892 (patch)
tree66646302e65cdb2ab6e43274d292436e12ec4ba9 /ui/cli
parent9707ff85cee9e0797ac9068d3560554277359bbc (diff)
downloadwireshark-7263af87c6b0019c1bfda0f66fdc991330941892.tar.gz
Eliminate some DIRTY_ file lists.
We don't want to encourage people to add to those lists, we want to encourage people to subtract *from* those lists (either by fixing warnings or, if an infelicitous API, or an infelicitous declaration of an API on some platforms, or a program generator that doesn't take sufficient care to avoid warnings - I'm looking at *you*, Flex - makes it impossible to fix without introducing other problems, using the DIAG_OFF()/DIAG_ON() macros if possible). Eliminate the empty lists, to make it harder to fill them up again. Change-Id: I298d07952c0cb1842a4ea71ba7e07c68e94a04e9 Reviewed-on: https://code.wireshark.org/review/7229 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/cli/Makefile.common b/ui/cli/Makefile.common
index f261b89473..3d2bb1e086 100644
--- a/ui/cli/Makefile.common
+++ b/ui/cli/Makefile.common
@@ -28,13 +28,10 @@ GENERATED_HEADER_FILES =
GENERATED_C_FILES = \
tshark-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 =