2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +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 ipcs: ipcs.o
$(CC) $(OUR_LDFLAGS) -o $@ $^ $(LIBS) $(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 @@ @@ -115,7 +115,7 @@
zoneinfo/GMT: zic yearistype zoneinfo/GMT: zic yearistype
rm -rf zoneinfo rm -rf zoneinfo