From 72ed7aae1d74650c85ff6c1c8bfd645efafe3690 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 23 Aug 1999 12:30:37 +0000 Subject: [PATCH 1/1] Corrected motif makefile (hopefully) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 4 +--- distrib/msw/tmake/unx.t | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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/; -- 2.45.2