diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-05 13:14:40 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-05 13:14:40 +0000 |
commit | 22e23d5ab0a14f105da6f0b6d5d6ccba7f5374c8 (patch) | |
tree | d0518b4c01a75e9c11aacc4f931a40d9e1bd79c3 | |
parent | 5cc3547202966e9566d585f832992bd25157c832 (diff) | |
download | basilisk-22e23d5ab0a14f105da6f0b6d5d6ccba7f5374c8.tar.gz |
Update comment.
-rw-r--r-- | basilisk/app/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basilisk/app/Makefile.in b/basilisk/app/Makefile.in index 5f82f69..edb52e4 100644 --- a/basilisk/app/Makefile.in +++ b/basilisk/app/Makefile.in @@ -24,8 +24,8 @@ NSDISTMODE = copy include $(topsrcdir)/config/config.mk ifeq ($(OS_ARCH),WINNT) -# Rebuild firefox.exe if the manifest changes - it's included by splash.rc. -# (this dependency should really be just for firefox.exe, not other targets) +# Rebuild basilisk.exe if the manifest changes - it's included by splash.rc. +# (this dependency should really be just for basilisk.exe, not other targets) # Note the manifest file exists in the tree, so we use the explicit filename # here. EXTRA_DEPS += basilisk.exe.manifest |