From 58b668a5f7b72c09f4e820a25f6af24eeddc2bd6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Oct 2000 00:52:48 +0000 Subject: Update. 2000-10-15 Pete Wyckoff * Rules: Define _LIBC during generation of bits/stdio_lim.d. 2000-10-15 Pete Wyckoff * iconvdata/tst-tables.sh: Invoke other shell scripts through ${SHELL}. * iconvdata/tst-table.sh: Likewise. * iconvdata/gconv-modules: Add aliases for Winblowz charsets. Patch by Joseph S. Myers . --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules') diff --git a/Rules b/Rules index 41970234ae..956a2eb62e 100644 --- a/Rules +++ b/Rules @@ -206,7 +206,7 @@ $(stdio_lim:h=st): $(..)stdio-common/stdio_lim.h.in $(..)Rules \ $(CC) $(+includes) -E -dM -xc - -o $(@:st=hT) echo '#include "$(..)misc/sys/uio.h"' | \ SUNPRO_DEPENDENCIES='$(@:st=dT) $@' \ - $(CC) $(+includes) -E -dM -xc - | cat - >> $(@:st=hT) + $(CC) -D_LIBC=1 $(+includes) -E -dM -xc - | cat - >> $(@:st=hT) ifdef sed-remove-objpfx sed $(sed-remove-objpfx) $(@:st=dT) > $(@:st=dt) cat $(@:st=dt) >> $(@:st=d) -- cgit v1.2.3