[PATCH] * Makefile.am (INCLUDES): Remove redundant search directories.
Dmitry V. Levin
ldv at altlinux.org
Thu Feb 4 22:35:58 UTC 2010
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 196a28b..f230440 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ OS = @opsys@
ARCH = @arch@
AM_CFLAGS = $(WARNFLAGS)
-INCLUDES = -I$(OS)/$(ARCH) -I$(srcdir)/$(OS)/$(ARCH) -I$(OS) -I$(srcdir)/$(OS)
+INCLUDES = -I$(srcdir)/$(OS)/$(ARCH) -I$(srcdir)/$(OS)
strace_SOURCES = strace.c syscall.c count.c util.c desc.c file.c ipc.c \
io.c ioctl.c mem.c net.c process.c bjm.c quota.c \
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20100205/b5e02a25/attachment.bin>
More information about the Strace-devel
mailing list