Albert Chin <[EMAIL PROTECTED]> writes: > On AIX 4.3.3, 5.1, and 5.2, $(realpath .///) appends "/": > $ cat /tmp/a > .PHONY: all > all: > @echo $(CURDIR) > @echo $(realpath .///) > $ ./make -f /tmp/a > /opt/build/make-3.81beta3/tests > /opt/build/make-3.81beta3/tests/
Does GNU make use libc's realpath or its own on AIX? (Check the test for realpath in config.log.) I am pretty sure it's AIX's realpath since I just tested GNU make's own fallback implementation and it work fine. So this is really a bug in AIX, not GNU make. -boris _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make