diff options
author | Vincent Sanders <vince@kyllikki.org> | 2018-05-22 13:04:09 +0100 |
---|---|---|
committer | Vincent Sanders <vince@kyllikki.org> | 2018-05-22 13:04:09 +0100 |
commit | 6cabd4cd628833afa32aeb7c614ef153b4a1c985 (patch) | |
tree | 223e8aeef6823816287f63161bb88c83bd499960 | |
parent | 7c3da95a07f0d21860e6803567b0603127c517c1 (diff) | |
download | netsurf-6cabd4cd628833afa32aeb7c614ef153b4a1c985.tar.gz |
remove spurious messages file from framebuffer install target
-rw-r--r-- | frontends/framebuffer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile index 489eab97a..bdedd903b 100644 --- a/frontends/framebuffer/Makefile +++ b/frontends/framebuffer/Makefile @@ -170,7 +170,7 @@ EXETARGET := nsfb NETSURF_FRAMEBUFFER_RESOURCE_LIST := adblock.css credits.html \ default.css internal.css licence.html \ - netsurf.png quirks.css welcome.html maps.html Messages + netsurf.png quirks.css welcome.html maps.html install-framebuffer: $(Q)$(MKDIR) -p $(DESTDIR)$(NETSURF_FRAMEBUFFER_BIN) |