]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected motif makefile (hopefully)
authorRobert Roebling <robert@roebling.de>
Mon, 23 Aug 1999 12:30:37 +0000 (12:30 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 23 Aug 1999 12:30:37 +0000 (12:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
distrib/msw/tmake/unx.t

index 80f437293cc338c7ea81351f9716634444285cb7..515b5a273740e96a60094011d707ce7f9b30fca3 100644 (file)
@@ -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 \
index 39846382cf38612613e1118b19b4126ef4657b41..0be57bb7800677f6e317806b145b30d78fc04b69 100644 (file)
@@ -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/;