summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorHarshavardhana <harsha@zresearch.com>2009-04-17 01:08:00 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-17 13:45:18 +0530
commit6bd53940d198e55780cbc7d8678da6d67df80265 (patch)
treedd18a523b794d2b77d4ca0793be767336406268b /extras
parent4e68cf7c4d912556e25eb1226669d7b438ff8a3f (diff)
Renamed abs_top_srcdir to top_srcdir for older versions of autotool
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/init.d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am
index 5e65ae033e4..7d8deb74fe2 100644
--- a/extras/init.d/Makefile.am
+++ b/extras/init.d/Makefile.am
@@ -7,7 +7,7 @@ initdir = /etc/init.d
$(GF_DISTRIBUTION):
$(mkdir_p) $(DESTDIR)$(initdir)
- $(INSTALL_PROGRAM) $(abs_top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
+ $(INSTALL_PROGRAM) $(top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
install-exec-local: $(GF_DISTRIBUTION)