~ubuntu-branches/ubuntu/trusty/linuxlogo/trusty

« back to all changes in this revision

Viewing changes to libsysinfo-0.2.1/Irix/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-06-20 09:19:00 UTC
  • mfrom: (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080620091900-4xzuv7c7ntxvs7wt
Tags: 5.03-4
* Adding patch to fix FTBFS on s390x.
* Updating to standards 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../Makefile.default
 
2
 
 
3
all:    sysinfo_irix.o
 
4
 
 
5
 
 
6
sysinfo_irix.o:       sysinfo_irix.c
 
7
                      $(CROSS)$(CC) $(CFLAGS) -c sysinfo_irix.c
 
8
                      
 
9
clean:                
 
10
                      rm -f *~ *.o
 
11