diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-03-29 21:35:13 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-03-29 21:40:28 +0100 |
commit | 1d4a60874badb8ef6f42e53ab8f0f53212a18edb (patch) | |
tree | 8936eb7fe4936553e87a85dee1fef1e87d498c54 /Makefile | |
parent | b66ce081e7849af19429949fad57e683b595fbfc (diff) | |
download | devtools32-1d4a60874badb8ef6f42e53ab8f0f53212a18edb.tar.xz |
make: fix faulty install targets
This fixes a regression introduced in eeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,9 +69,9 @@ MANS = \ doc/lddd.1 \ doc/checkpkg.1 \ doc/sogrep.1 \ -+ doc/mkarchroot.1 \ -+ doc/find-libdeps.1 \ -+ doc/find-libprovides.1 + doc/mkarchroot.1 \ + doc/find-libdeps.1 \ + doc/find-libprovides.1 all: $(BINPROGS) bash_completion zsh_completion man |