summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-06-14 15:24:11 (GMT)
committerGitHub <noreply@github.com>2016-06-14 15:24:11 (GMT)
commit150f45004079fc107073370c646137fbac9cb5c3 (patch)
tree16ad0890466d35566082e66054c1ac4b4578bafb /Makefile.in
parent0dec7bfd2833105b5c1a59893f0b6da802fbaedc (diff)
parent65281ef1ee7a2ec124b3c45aa4620b7e885c3cad (diff)
downloadblt-150f45004079fc107073370c646137fbac9cb5c3.zip
blt-150f45004079fc107073370c646137fbac9cb5c3.tar.gz
blt-150f45004079fc107073370c646137fbac9cb5c3.tar.bz2
Merge pull request #3 from olebole/dont_install_empty_dirs
Don't create empty directory /usr/bin
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f0401e..ba2f556 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -421,7 +421,7 @@ install-lib-binaries: binaries
#========================================================================
install-bin-binaries: binaries
- @$(INSTALL_DATA_DIR) $(DESTDIR)$(bindir)
+ @$(INSTALL_DATA_DIR)
@list='$(bin_BINARIES)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$p"; \