From a1ea5b50da02b35850cb598462d0d8894c512011 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Tue, 7 Feb 2023 22:12:16 +0000 Subject: Remove missing/snprintf.c from makefiles. [skip ci] The file does not exist since commit 28e59ef in 2019. --- msdos/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'msdos/makefile') diff --git a/msdos/makefile b/msdos/makefile index 84819aae..7b85a0ab 100644 --- a/msdos/makefile +++ b/msdos/makefile @@ -23,8 +23,7 @@ ASM = tasm.exe -t -l -mx -m2 -DDEBUG SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \ etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \ - savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c \ - missing\snprintf.c + savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj -- cgit v1.2.1