aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-13 16:23:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-13 16:23:18 +0200
commitfa9ba2accbf43404d0e776ebe92348df5ba5c7e8 (patch)
tree07e776fedb45a4bb936bc3a440a50df791d2720b
parentbacc1bb9b8c07fbfc7996d48aae70cc861c9b43f (diff)
Explicitly add libxsde to the install target dependency
Some make versions seem to need it.
-rw-r--r--dist/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/makefile b/dist/makefile
index 3f7ab9a..3d9bef4 100644
--- a/dist/makefile
+++ b/dist/makefile
@@ -23,7 +23,7 @@ install_bin := $(install_prefix)/bin
install_man := $(install_prefix)/man
.PHONY: install
-install:
+install: $(dirs)
./install-sh -d -m 755 $(install_bin)
./install-sh -m 755 bin/xsde $(install_bin)/xsde
./install-sh -d -m 755 $(install_man)/man1