~ubuntu-branches/ubuntu/maverick/php5/maverick-proposed

« back to all changes in this revision

Viewing changes to scripts/Makefile.frag

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-08-01 11:58:54 UTC
  • mfrom: (1.1.19 upstream) (0.4.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20100801115854-30yqnnj2vx87v6no
Tags: 5.3.3-1ubuntu1
Merge from Debian experimental: 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
install-programs: $(builddir)/phpize $(builddir)/php-config
35
35
        @echo "Installing helper programs:       $(INSTALL_ROOT)$(bindir)/"
 
36
        @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
36
37
        @for prog in $(bin_SCRIPTS); do \
37
38
                echo "  program: $(program_prefix)$${prog}$(program_suffix)"; \
38
39
                $(INSTALL) -m 755 $(builddir)/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \