~ubuntu-branches/ubuntu/hardy/mythbuntu-artwork-usplash/hardy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2007-08-30 01:16:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070830011605-00n063bd42tbjrmo
Tags: 0.4-0ubuntu1
Fix a FTBFS caused on amd64 because of missing -fPIC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        bdftousplash $< > $@
23
23
 
24
24
%.c.o: %.c
25
 
        $(COMPILE) -o $@ -c $<
 
25
        $(COMPILE) -fPIC -o $@ -c $<
26
26
 
27
27
install:
28
28
        $(INSTALL) -d $(DESTDIR)/usr/lib/usplash