summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 05597bbc15..6138a1cbc8 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -1179,15 +1179,15 @@ foreach my $lib (@modules_to_sync) {
} else {
print "$lib: created deprecated header $header => $include\n";
}
-
- my $addendum = fixPaths($header_path, $dir) . " ";
- if ($public_header) {
- $pri_install_files .= $addendum;
- } else {
- $pri_install_pfiles .= $addendum;
- }
$first = 0;
}
+
+ my $addendum = fixPaths($header_path, $dir) . " ";
+ if ($public_header) {
+ $pri_install_files .= $addendum;
+ } else {
+ $pri_install_pfiles .= $addendum;
+ }
}
if ($verbose_level < 3) {
print " }\n" unless ($first);