mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
Thu May 2 00:24:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* time/Makefile (tz-cflags): New variable. (CFLAGS-tzfile.c): New variable. (CFLAGS-zic.c): Add $(tz-cflags). (tz-cc): Remove variable. ($(objpfx)tzfile.o, $(objpfx)zic.o): Remove targets.
This commit is contained in:
parent
8962ae8d6b
commit
9e72046871
@ -117,17 +117,12 @@ endif
|
|||||||
|
|
||||||
$(objpfx)zic: $(objpfx)scheck.o $(objpfx)ialloc.o
|
$(objpfx)zic: $(objpfx)scheck.o $(objpfx)ialloc.o
|
||||||
|
|
||||||
$(objpfx)tzfile.o: tzfile.c; $(tz-cc)
|
tz-cflags = -DTZDIR='"$(zonedir)"' \
|
||||||
$(objpfx)zic.o: zic.c; $(tz-cc)
|
-DTZDEFAULT='"$(localtime-file)"' \
|
||||||
|
-DTZDEFRULES='"$(posixrules-file)"'
|
||||||
# Some versions of GNU make have a bug with backslashes in define directives.
|
|
||||||
tz-cc = $(COMPILE.c) $(+gcc-nowarn) \
|
|
||||||
-DTZDIR='"$(zonedir)"' \
|
|
||||||
-DTZDEFAULT='"$(localtime-file)"' \
|
|
||||||
-DTZDEFRULES='"$(posixrules-file)"' \
|
|
||||||
$< $(OUTPUT_OPTION)
|
|
||||||
|
|
||||||
CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID
|
CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID
|
||||||
CFLAGS-zic.c = -Wno-strict-prototypes -DNOID
|
CFLAGS-zic.c = -Wno-strict-prototypes -DNOID $(tz-cflags)
|
||||||
CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID
|
CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID
|
||||||
CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
|
CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
|
||||||
|
CFLAGS-tzfile.c = $(tz-cflags)
|
||||||
|
Loading…
Reference in New Issue
Block a user