2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

Fix build problem.

This commit is contained in:
Krystian Bacławski
2012-08-05 13:00:30 +02:00
parent 82d8045441
commit be5ee72566

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