Fix Makefile.am: ":= -style assignments are not portable" build warning.

(cherry picked from commit 35253fae26)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 8122cd571d
commit bb895d1df2

@ -37,7 +37,7 @@ CLEANFILES = *~ *.loT
clean-local:
rm -rf $(UNODIR) $(INCDIR) $(CLEANFILES)
UNOTYPES := \
UNOTYPES = \
com.sun.star.uno.XComponentContext \
com.sun.star.lang.XMultiServiceFactory \
com.sun.star.lang.XSingleComponentFactory \

Loading…
Cancel
Save