Fix build problem.

This commit is contained in:
Krystian Bacławski 2012-08-05 13:00:30 +02:00
parent 82d8045441
commit be5ee72566
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@
ipcs: ipcs.o
$(CC) $(OUR_LDFLAGS) -o $@ $^ $(LIBS)
@@ -98,7 +98,7 @@
$(CC) $(OUR_LDFLAGS) -o $@ $^ $(LIBS)
zic: zic.o ialloc.o scheck.o getopt.o
- $(CC) -o $@ $^ $(LIBS)
+ $(CC) $(OUR_LDFLAGS) -o $@ $^ $(LIBS)
tzselect: tzselect.ksh
sed \
@@ -115,7 +115,7 @@
zoneinfo/GMT: zic yearistype
rm -rf zoneinfo