summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_makefile.pl
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-22 09:50:50 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-22 09:50:50 -0200
commit88397975bb4eefaf1654cdb449ae02977262dae5 (patch)
tree25d4229d3557f9072fb0438c3b96fc208e47e733 /v4l/scripts/make_makefile.pl
parent53de899b707730eb70b95b5a90cd1519a795c88a (diff)
parentad8467d60299b1d9be5553f7de6bfc5ecfac72c7 (diff)
downloadmediapointer-dvb-s2-88397975bb4eefaf1654cdb449ae02977262dae5.tar.gz
mediapointer-dvb-s2-88397975bb4eefaf1654cdb449ae02977262dae5.tar.bz2
merge: http://linuxtv.org/hg/~jfrancois/gspca/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/scripts/make_makefile.pl')
-rwxr-xr-xv4l/scripts/make_makefile.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/make_makefile.pl b/v4l/scripts/make_makefile.pl
index ce6f00516..43c563d47 100755
--- a/v4l/scripts/make_makefile.pl
+++ b/v4l/scripts/make_makefile.pl
@@ -166,10 +166,10 @@ sub removeubuntu()
my $filelist;
while ( my ($dir, $files) = each(%instdir) ) {
- $filelist .= join(' ', keys %$files);
+ $filelist .= ' '. join(' ', keys %$files);
}
while ( my ($dir, $files) = each(%obsolete) ) {
- $filelist .= join(' ', keys %$files);
+ $filelist .= ' ' . join(' ', keys %$files);
}
$filelist =~ s/\s+$//;