summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-02-11 15:33:57 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-02-14 14:27:39 +0000
commitba350982e89660ecf0caf1f4422d4266cadedf86 (patch)
tree2212a8cd30f1f098e60df3940d0807fcd03e7312 /Makefile-libostree.am
parent46544f5b4da4d33967794136094d3d6f14d599f1 (diff)
downloadostree-ba350982e89660ecf0caf1f4422d4266cadedf86.tar.gz
build: Remove .PHONY for Rust shared library
I have no idea why I made the lib `.PHONY` originally; it's clearly wrong, and I noticed because when I was doing `sudo make install`, we were doing a rebuild, which in turn triggered other things to be built, and they'd be owned by root. Closes: #682 Approved by: jlebon
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 79fddec7..70452f1a 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -24,7 +24,6 @@ noinst_LTLIBRARIES += libostree-kernel-args.la
if ENABLE_RUST
bupsplitpath = @abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/libbupsplit_rs.a
-.PHONY: $(bupsplitpath)
BUPSPLIT_RUST_SOURCES = rust/src/bupsplit.rs
EXTRA_DIST += $(BUPSPLIT_RUST_SOURCES)
$(bupsplitpath): Makefile $(BUPSPLIT_RUST_SOURCES)