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)"


Best regards

Anders Blomdell


Reply via email to