projects
/
mandelbrot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c0bb3
)
fix abspath error on trunk
author
Robert Kaiser
<kairo@kairo.at>
Fri, 8 Nov 2013 01:49:55 +0000
(
02:49
+0100)
committer
Robert Kaiser
<kairo@kairo.at>
Fri, 8 Nov 2013 01:49:55 +0000
(
02:49
+0100)
Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 901d4d60f7555d1dfcd186d9f32eea254454e0ac..6f8fa2874d2e90ff4a1b0d5f16ab4d5d007c20c1 100644
(file)
--- 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"