Make a mingw tree from mingw tarballs
[ghc-hetmet.git] / mk / config.mk.in
index 09c8621..7acb3a2 100644 (file)
@@ -603,7 +603,8 @@ RANLIB                      = @RANLIB@
 SED                    = @SedCmd@
 SHELL                  = /bin/sh
 
-LD                     = @LdCmd@
+LD = @LdCmd@
+NM = @NmCmd@
 
 # Some ld's support the -x flag and some don't, so the configure
 # script detects which we have and sets LdXFlag to "-x" or ""