fixing wrong indentation in two Makefile.am, which prevented the Anjuta IDE from parsing the MySQL tree.
This commit is contained in:
parent
8214891f0e
commit
284b836cd3
@ -155,8 +155,8 @@ libmysqld.a: libmysqld_int.a $(INC_LIB) $(libmysqld_a_DEPENDENCIES) $(storageobj
|
||||
if DARWIN_MWCC
|
||||
mwld -lib -o $@ libmysqld_int.a `echo $(INC_LIB) | sort -u` $(storageobjects)
|
||||
else
|
||||
-rm -f libmysqld.a
|
||||
if test "$(host_os)" = "netware" ; \
|
||||
-rm -f libmysqld.a
|
||||
if test "$(host_os)" = "netware" ; \
|
||||
then \
|
||||
$(libmysqld_a_AR) libmysqld.a $(INC_LIB) libmysqld_int.a $(storageobjects); \
|
||||
else \
|
||||
|
@ -43,8 +43,8 @@ install-data-local:
|
||||
$(DESTDIR)$(pkgdatadir)/$$lang/errmsg.sys; \
|
||||
done
|
||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
|
||||
$(INSTALL_DATA) $(srcdir)/errmsg-utf8.txt \
|
||||
$(DESTDIR)$(pkgdatadir)/errmsg-utf8.txt; \
|
||||
$(INSTALL_DATA) $(srcdir)/errmsg-utf8.txt \
|
||||
$(DESTDIR)$(pkgdatadir)/errmsg-utf8.txt; \
|
||||
$(INSTALL_DATA) $(srcdir)/charsets/README $(DESTDIR)$(pkgdatadir)/charsets/README
|
||||
$(INSTALL_DATA) $(srcdir)/charsets/*.xml $(DESTDIR)$(pkgdatadir)/charsets
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user