From bd694cebfca822ae9185edf24ad12195e65a3a6d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 5 Apr 1999 10:18:50 +0000 Subject: [PATCH] Fix type mismatch.. --- gnu/usr.bin/cc/cc_tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 1c6df8ec79f..51013452ff8 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.16 1999/04/04 20:40:45 obrien Exp $ +# $Id: Makefile,v 1.17 1999/04/04 20:46:52 obrien Exp $ # # @@ -165,7 +165,7 @@ multilib.h: genmultilib echo 'static char *multilib_raw[] = {"aout maout;elf !maout;", NULL};' > multilib.h echo 'static char *orig_port_multilib_raw[] = {".;", NULL};' >> multilib.h echo 'static char *multilib_matches_raw[] = {NULL};' >> multilib.h - echo 'static char **multilib_extra = "";' >> multilib.h + echo 'static char *multilib_extra = "";' >> multilib.h #----------------------------------------------------------------------- # General things.