From 88254bfff9bc4eee0900567da8db1dccbecd08ba Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 12 Nov 2009 22:54:42 +0000 Subject: [PATCH] no more port.c --- libtrbnet/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 53e94e4..88475bc 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -38,7 +38,7 @@ trbdhcp.OBJS = trbdhcp.o LIB_TARGETS = libtrbnet.a -libtrbnet.OBJS = port.o trberror.o trbnet.o +libtrbnet.OBJS = trberror.o trbnet.o # ------------ Suffix Rules ------------------------------------------- @@ -48,10 +48,6 @@ libtrbnet.OBJS = port.o trberror.o trbnet.o %.o: %.c $(CC) $< -c $(CPPFLAGS) $(CFLAGS) $(INCDIR) -o $@ -%.lss: %.c - $(CC) $< -c $(CPPFLAGS) $(CFLAGS) -S $(INCDIR) -o $@ - - .SUFFIXES: .o .c # ------------ Targets ------------------------------------------------- @@ -88,11 +84,9 @@ depend: # ------------ Dependencies -------------------------------------------- -port.o: port.h port.c - trberror.o: trberror.h trberror.c -trbnet.o: trbnet.h trbnet.c trberror.h port.h +trbnet.o: trbnet.h trbnet.c trberror.h trbcmd.o: trbcmd.c trbnet.h trberror.h -- 2.43.0