Skip to content

Commit 3611971

Browse files
committed
Remove misc.a from kissutil dependencies.
1 parent 3717947 commit 3611971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.macosx

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ aclients : aclients.c ax25_pad.c fcs_calc.c textcolor.c
446446
# Talk to a KISS TNC.
447447
# Note: kiss_frame.c has conditional compilation on KISSUTIL.
448448

449-
kissutil : kissutil.c kiss_frame.c ax25_pad.o fcs_calc.o textcolor.o serial_port.o dtime_now.o sock.o misc.a
450-
$(CC) $(CFLAGS) -g -DKISSUTIL -o $@ $^ $(LDFLAGS)
449+
kissutil : kissutil.c kiss_frame.c ax25_pad.o fcs_calc.o textcolor.o serial_port.o dtime_now.o sock.o
450+
$(CC) $(CFLAGS) -g -DKISSUTIL -o $@ $^
451451

452452

453453

0 commit comments

Comments
 (0)