summaryrefslogtreecommitdiff
path: root/src/branding/content/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/branding/content/Makefile.in')
-rw-r--r--src/branding/content/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/branding/content/Makefile.in b/src/branding/content/Makefile.in
index 5035d1b..fb0c68d 100644
--- a/src/branding/content/Makefile.in
+++ b/src/branding/content/Makefile.in
@@ -8,10 +8,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
-UNOFFICIAL_BRANDING_FILES = \
- identity-icons-brand.svg \
- $(NULL)
-
misc:: about-logo.png about-logo@2x.png about-wordmark.svg firefox-wordmark.svg about.png icon16.png icon48.png icon64.png $(UNOFFICIAL_BRANDING_FILES)
GARBAGE += $(CHROME_DEPS)
@@ -41,6 +37,3 @@ icon%.png:
../%.png:
$(MAKE) -C .. $(notdir $@)
-
-$(UNOFFICIAL_BRANDING_FILES): %: $(topsrcdir)/browser/branding/unofficial/content/%
- cp -f $^ $@