From bab25e1aff07c3607175d2c69bcd9ee5c2657ed5 Mon Sep 17 00:00:00 2001 From: NTD Date: Mon, 5 Feb 2018 06:26:20 -0500 Subject: [PATCH] Part 2 --- browser/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index cbd2ec0fcc..d807b4337d 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -28,7 +28,7 @@ ifeq ($(OS_ARCH),WINNT) # (this dependency should really be just for firefox.exe, not other targets) # Note the manifest file exists in the tree, so we use the explicit filename # here. -EXTRA_DEPS += firefox.exe.manifest +EXTRA_DEPS += basilisk.exe.manifest endif PROGRAMS_DEST = $(DIST)/bin