Anders Blomdell wrote:
in a lot of the Makefile.in files in 2.1-rc2 there are lines like:

  test -z "$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)"

shouldn't they read:

  test -z "$(DESTDIR)$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)"
Forget that, confused -z with -d (tired I suppose...)

Best regards

/Anders

Reply via email to