From 1f2d793d6e19e064ac619e7bcee4f61fd7ff61d0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 2 Jun 2009 23:01:58 -0400 Subject: libsandbox: make sure to punt the useless .la file Signed-off-by: Mike Frysinger --- libsandbox/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsandbox') diff --git a/libsandbox/Makefile.am b/libsandbox/Makefile.am index 6d44ad6..8eda5b1 100644 --- a/libsandbox/Makefile.am +++ b/libsandbox/Makefile.am @@ -37,6 +37,9 @@ libsandbox_la_SOURCES = \ wrappers.c \ canonicalize.c +install-exec-hook: + rm -f $(DESTDIR)$(libdir)/libsandbox.la + libsandbox.c: libsandbox.map sb_nr.h trace.c: trace_syscalls.h sb_nr.h $(TRACE_FILES) wrappers.c: symbols.h -- cgit v1.2.3