prepend $(srcdir) to $(RESOURCES) to make nsinstall happy.
git-svn-id: svn://10.0.0.236/trunk@67888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -50,6 +50,8 @@ RESOURCES = \
|
||||
close-over.gif \
|
||||
$(NULL)
|
||||
|
||||
RESOURCES := $(addprefix $(srcdir)/, $(RESOURCES))
|
||||
|
||||
# Stuff to build the library used to wrap malloc
|
||||
LIBMALLOC_CPPSRCS = libmalloc.cpp
|
||||
LIBMALLOC_OBJECTS = $(LIBMALLOC_CPPSRCS:.cpp=.o)
|
||||
|
||||
Reference in New Issue
Block a user