We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3717947 commit 3611971Copy full SHA for 3611971
Makefile.macosx
@@ -446,8 +446,8 @@ aclients : aclients.c ax25_pad.c fcs_calc.c textcolor.c
446
# Talk to a KISS TNC.
447
# Note: kiss_frame.c has conditional compilation on KISSUTIL.
448
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)
+kissutil : kissutil.c kiss_frame.c ax25_pad.o fcs_calc.o textcolor.o serial_port.o dtime_now.o sock.o
+ $(CC) $(CFLAGS) -g -DKISSUTIL -o $@ $^
451
452
453
0 commit comments