diff options
-rw-r--r-- | usr/src/test/libc-tests/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/test/libc-tests/tests/Makefile b/usr/src/test/libc-tests/tests/Makefile index 4f237e9136..f8e539234c 100644 --- a/usr/src/test/libc-tests/tests/Makefile +++ b/usr/src/test/libc-tests/tests/Makefile @@ -82,7 +82,7 @@ $(ROOTOPTDIR)/%: %.ksh $(INS.rename) %.64: %.c - $(LINK.c) -m64 -o $@ $< $(LDLIBS64) + $(LINK64.c) -o $@ $< $(LDLIBS64) $(POST_PROCESS) %.32: %.c |