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:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user