mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
took me nearly 2 years to find the way to not build in SUBDIRS before
the current dir. Did I said previously how I hate auto* (but still love it when it works :-) Daniel
This commit is contained in:
@ -6,9 +6,3 @@ INCLUDES = \
|
||||
|
||||
LDADD = $(top_builddir)/libxml.la @Z_LIBS@
|
||||
|
||||
$(srcdir)/libxml:
|
||||
-$(RM) $(srcdir)/libxml
|
||||
ln -s $(srcdir)/. $(srcdir)/libxml
|
||||
|
||||
$(top_builddir)/libxml.la: $(srcdir)/libxml
|
||||
(cd .. ; $(MAKE))
|
||||
|
Reference in New Issue
Block a user