Corrected motif makefile (hopefully)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-23 12:30:37 +00:00
parent 742af0714e
commit 72ed7aae1d
2 changed files with 2 additions and 4 deletions

View 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 \

View 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/;