From: Robert Kaiser Date: Fri, 8 Nov 2013 01:49:55 +0000 (+0100) Subject: fix abspath error on trunk X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=659d8fceddae7408c950f46a178992029e51ffc9;ds=sidebyside fix abspath error on trunk --- diff --git a/Makefile.in b/Makefile.in index 901d4d6..6f8fa28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ DEFINES += -DAB_CD=en-US \ include $(topsrcdir)/config/rules.mk ifdef MOZ_OMNIJAR -ABS_DIST = $(call core_abspath,$(DIST)/bin) +ABS_DIST = $(abspath $(DIST)/bin) libs:: @echo "Packaging $(INSTALL_EXTENSION_ID).xpi"