about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 078a7788..9cafd019 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -2386,7 +2386,7 @@ if ($platform eq "GNU") {
         push(@config_mk, "MSVCRT = Y\n");
     }
     if ($wantIcon) {
-        push(@config_mk, 'WINICON_OBJECT = $(BUILDDIR)/icon.netpbm.o', "\n");
+        push(@config_mk, 'WINICON_OBJECT = $(BUILDDIR)/icon/netpbm.o', "\n");
     }
 } elsif ($platform eq "BEOS") {
     push(@config_mk, "LDSHLIB = -nostart\n");