~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2007-11-01 13:18:51 UTC
  • mto: (17.3.1 squeeze) (1.9.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071101131851-63uqsb4dax2h1cbm
Tags: upstream-1.95+20071101
ImportĀ upstreamĀ versionĀ 1.95+20071101

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
DATA = $(pkgdata_IMAGES) $(pkgdata_MODULES) $(pkgdata_PROGRAMS) \
89
89
        $(pkgdata_DATA) $(lib_DATA)
90
90
PROGRAMS = $(bin_UTILITIES) $(sbin_UTILITIES)
91
 
SCRIPTS = $(sbin_SCRIPTS) $(update-grub_SCRIPTS)
 
91
SCRIPTS = $(bin_SCRIPTS) $(sbin_SCRIPTS) $(update-grub_SCRIPTS)
92
92
 
93
93
CLEANFILES =
94
94
MOSTLYCLEANFILES = 
149
149
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
150
150
          $(INSTALL_PROGRAM) $$dir$$file $(DESTDIR)$(sbindir)/$$dest; \
151
151
        done
 
152
        @list='$(bin_SCRIPTS)'; for file in $$list; do \
 
153
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
 
154
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
 
155
          $(INSTALL_SCRIPT) $$dir$$file $(DESTDIR)$(bindir)/$$dest; \
 
156
        done
152
157
        @list='$(sbin_SCRIPTS)'; for file in $$list; do \
153
158
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
154
159
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
182
187
          dest="`echo $$file | sed 's,.*/,,'`"; \
183
188
          rm -f $(DESTDIR)$(pkglibdir)/$$dest; \
184
189
        done
185
 
        @list='$(bin_UTILITIES)'; for file in $$list; do \
 
190
        @list='$(bin_UTILITIES) $(bin_SCRIPTS)'; for file in $$list; do \
186
191
          dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
187
192
          rm -f $(DESTDIR)$(bindir)/$$dest; \
188
193
        done