[bindings perl] add dependency upon the Makefile.perl for the install target

This commit is contained in:
Benjamin Dauvergne 2010-12-01 15:16:23 +01:00
parent 33dcd98bc5
commit fbf7ad0537
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ distclean-local:
clean-local:
-@if [ -f Makefile.perl ]; then make -f Makefile.perl clean; fi; rm -f Makefile.perl
install-exec-local:
install-exec-local: Makefile.perl
make -f Makefile.perl install DESTDIR=$(DESTDIR) PREFIX=$(prefix)
uninstall-local: