summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--am_edit5
1 files changed, 2 insertions, 3 deletions
diff --git a/am_edit b/am_edit
index d04044c..5c48b2e 100644
--- a/am_edit
+++ b/am_edit
@@ -1262,9 +1262,8 @@ sub tag_IDLFILES ()
}
if ($allidls !~ /$source\_kidl/) {
-
- $use_ng = ($MakefileData =~ /\n$source\_DCOPIDLNG\s*=\s*(\S+)\n/);
- $dcopidl = $use_ng ? "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)" : " \$(TQTDCOPIDL)";
+
+ $dcopidl = "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)";
$dep_lines .= "$source.kidl: $sourcedir$source.h \$(DCOP_DEPENDENCIES)\n";
$dep_lines .= "\t$dcopidl $sourcedir$source.h > $source.kidl || ( rm -f $source.kidl ; false )\n";