From 36033759455f6e4edd3a81a419c3bd9eed1cda9f Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 4 Feb 2010 21:26:34 +0000 Subject: [PATCH] update --- libtrbnet/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index c3303b8..21685eb 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -10,8 +10,8 @@ CFLAGS = -pipe -g -Wall -Winline -O3 -finline-functions -finline-limit=600000 LD = $(CC) LDFLAGS = -LIBDIR = -L. -LOADLIBES = -ltrbnet +LIBDIR = +LOADLIBES = # ------------ TARGETS ------------------------------------------------- @@ -54,7 +54,7 @@ ARFLAGS = -srv %.so: $% @echo CREATING shared library $@ - $(LD) -shared -O $^ -o $@ + $(LD) -shared -O $^ -o $@ @echo DONE! # ------------ Targets ------------------------------------------------- @@ -84,8 +84,8 @@ trbnet.o: trbnet.c trberror.h trbnet.h libtrbnet.a: trberror.o trbnet.o -trbcmd: trbcmd.o +trbcmd: trbcmd.o libtrbnet.a trbcmd.o: trbcmd.c trbnet.h trberror.h -trbdhcp: trbdhcp.o +trbdhcp: trbdhcp.o libtrbnet.a trbdhcp.o: trbdhcp.c trbnet.h trberror.h -- 2.43.0