Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want to
authorGuy Harris <guy@alum.mit.edu>
Sat, 15 Sep 2012 08:17:53 +0000 (08:17 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 15 Sep 2012 08:17:53 +0000 (08:17 -0000)
encourage people to create source files that get warnings.

svn path=/trunk/; revision=44909

ui/qt/Makefile.common

index 66fec8c9fac91e879a7fe1fdf31b3723a9c1797d..c967c3214d2061ff8086cf4feb7acdaa7fe98993 100644 (file)
@@ -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 = \