summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-04 17:19:03 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:55:13 +0100
commita3da507a2d345327bcf57034ca5ead559461a818 (patch)
treece4a6f17a47306e0f08aa4e1c4862ef965cb01d3
parent8fff63ba9b3dd9d0fc91516cd5b79b14cca0aa7d (diff)
downloadrasdaman-upstream-a3da507a2d345327bcf57034ca5ead559461a818.tar.gz
rasdaman-upstream-a3da507a2d345327bcf57034ca5ead559461a818.tar.xz
rasdaman-upstream-a3da507a2d345327bcf57034ca5ead559461a818.zip
install: Create $(logdir) without empty file hacks
-rw-r--r--Makefile.am4
-rw-r--r--empty0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c9c5cee..3de97f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,8 @@ SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \
applications bin insertutils manuals_and_examples include \
systemtest
-dist_log_DATA=empty
-
# excluded for the moment, contains nothing that is delivered:
# exportutils
+install-exec-hook:
+ $(INSTALL) -m 0755 -d "$(DESTDIR)$(logdir)"
diff --git a/empty b/empty
deleted file mode 100644
index e69de29..0000000
--- a/empty
+++ /dev/null