Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-09-18 16:22:49 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-09-18 16:22:49 (GMT)
commit7f83642e2dd73242b92aae0642a568f470cfad2e (patch)
treef21af2b3b2347d14327d9cbc58f292dcccc48361
parent115c002a483585f9a5c529a0d6f506fe19849669 (diff)
"make distclean" to not remove data/chrome/brand.properties #969
-rw-r--r--data/chrome/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am
index d319915..ddaca56 100644
--- a/data/chrome/Makefile.am
+++ b/data/chrome/Makefile.am
@@ -21,5 +21,5 @@ CLEANFILES = \
$(manifest_DATA)
DISTCLEANFILES = \
- $(manifest_DATA) \
- $(branding_DATA)
+ $(manifest_DATA)
+