зеркало из https://github.com/mozilla/pjs.git
remove the -lIDL from the EX_LIBS line. It is included with $(LIBIDL_LIBS)
correctly. HP chokes on the -lIDL since there is no preceding -L<path to libIDL.a>
This commit is contained in:
Родитель
2c2f71271b
Коммит
d7c48d4095
|
@ -41,7 +41,7 @@ CFLAGS += $(LIBIDL_CFLAGS)
|
||||||
# separate out to get dependancies right
|
# separate out to get dependancies right
|
||||||
LIBXPT=$(DIST)/lib/libxpt.a
|
LIBXPT=$(DIST)/lib/libxpt.a
|
||||||
|
|
||||||
EX_LIBS = -lIDL -L$(DIST)/bin $(LIBXPT) $(LIBIDL_LIBS)
|
EX_LIBS = -L$(DIST)/bin $(LIBXPT) $(LIBIDL_LIBS)
|
||||||
|
|
||||||
PROGS = $(OBJDIR)/xpidl
|
PROGS = $(OBJDIR)/xpidl
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ CFLAGS += $(LIBIDL_CFLAGS)
|
||||||
# separate out to get dependancies right
|
# separate out to get dependancies right
|
||||||
LIBXPT=$(DIST)/lib/libxpt.a
|
LIBXPT=$(DIST)/lib/libxpt.a
|
||||||
|
|
||||||
EX_LIBS = -lIDL -L$(DIST)/bin $(LIBXPT) $(LIBIDL_LIBS)
|
EX_LIBS = -L$(DIST)/bin $(LIBXPT) $(LIBIDL_LIBS)
|
||||||
|
|
||||||
PROGS = $(OBJDIR)/xpidl
|
PROGS = $(OBJDIR)/xpidl
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче