This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/9875] building rpm fails in checking for unpackaged file


------- Additional Comments From mhiramat at redhat dot com  2009-02-25 21:30 -------
As far as I can see, Makefile.am is broken.
I'm not sure why, but below libsduprobes library related lines are included in
the conditional region of BUILD_ELFUTILS.
---
pkglib_LIBRARIES = libsduprobes.a
libsduprobes_a_SOURCES = runtime/sduprobes.c
sduprobes.o: runtime/sduprobes.c
        $(CC) -g -O0 -c -o $@ $<
---

These lines should be separated from it, or just be commented out.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9875

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]