diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-08 17:19:20 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-08 17:19:20 -0500 |
commit | 455fbb30242c8676b26fad8f8b32898fc31c991d (patch) | |
tree | 04465b153a864441153c621b142cb501cd67f9d9 /src/Makefile | |
parent | 7e704d7ac997387341e920e1757c24cac0efe5e9 (diff) |
Whoops, `make install-libretools` was installing everythingv20160208
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8fbe735..e1e5cf4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,6 +2,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk include $(topsrcdir)/automake.head.mk pkgconfdir = $(sysconfdir) -am_subdirs = abslibre-tools chroot-tools devtools gitget lib librefetch toru xbs xbs-abs xbs-abslibre +srcfiles-ignore/$(srcdir) = $(addsuffix /%,abslibre-tools chroot-tools devtools gitget lib librefetch toru xbs xbs-abs xbs-abslibre) include $(topsrcdir)/automake.tail.mk |