~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to libparse/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                     clk_rcc8000.c \
20
20
                     clk_hopf6021.c \
21
21
                     clk_computime.c \
22
 
                     clk_wharton.c \
23
22
                     clk_varitext.c \
24
23
                     data_mbg.c \
25
24
                     info_trimble.c \
42
41
                            kclk_trimtaip$U.o \
43
42
                            kclk_trimtsip$U.o \
44
43
                            kclk_varitext$U.o \
45
 
                            kclk_wharton$U.o \
46
44
                            kbinio$U.o \
47
45
                            kieee754io$U.o \
48
46
                            kmfp_mul$U.o \
165
163
 
166
164
sys/systm.h:
167
165
        mkdir sys && \
168
 
        sed -e 's/ffs(long)/ffs(int)/' < /usr/include/sys/systm.h > sys/systm.h
 
166
        sed -e '/ffs(.*)/d' < /usr/include/sys/systm.h > sys/systm.h