~ubuntu-branches/ubuntu/karmic/libvideo-capture-v4l-perl/karmic

« back to all changes in this revision

Viewing changes to RTjpeg/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2007-08-11 21:15:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070811211546-e6w2ukyyhbt3ljdm
Tags: 0.901-2
* Fix bashism: dash requires path to file in "." when sourcing it.
  Closes: #374151
* Add self to uploaders.
* Remove generated file RTjpeg/codec/RTjpeg.c in clean.
* Don't ignore make realclean errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
sub MY::postamble { <<EOF
11
11
codec/RTjpeg.c: codec/compose.sh
12
 
        cd codec && . compose.sh
 
12
        cd codec && . ./compose.sh
13
13
 
14
14
codec/RTjpeg.o: codec/RTjpeg.c codec/RTjpeg.h
15
15
        \$(CCCMD) \$(CCCDLFLAGS) -fPIC -o \$@ \$<