diff --git a/Makefile.in b/Makefile.in index 80f437293c..515b5a2737 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# This file was automatically generated by tmake at 23:21, 1999/08/22 +# This file was automatically generated by tmake at 12:57, 1999/08/23 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # @@ -919,7 +919,6 @@ MOTIF_GENERICOBJS = \ colrdlgg.o \ dcpsg.o \ dirdlgg.o \ - filedlgg.o \ fontdlgg.o \ gridg.o \ helphtml.o \ @@ -955,7 +954,6 @@ MOTIF_GENERICDEPS = \ colrdlgg.d \ dcpsg.d \ dirdlgg.d \ - filedlgg.d \ fontdlgg.d \ gridg.d \ helphtml.d \ diff --git a/distrib/msw/tmake/unx.t b/distrib/msw/tmake/unx.t index 39846382cf..0be57bb780 100644 --- a/distrib/msw/tmake/unx.t +++ b/distrib/msw/tmake/unx.t @@ -39,7 +39,7 @@ } foreach $file (sort keys %wxGeneric) { - next if $wxCommon{$file} =~ /\bX\b/; + next if $wxGeneric{$file} =~ /\bX\b/; $file2 = $file; $file =~ s/cp?p?$/\o/;