mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-05 08:45:35 +00:00
Use LFLAGS when linking test program.
This commit is contained in:
@@ -32,7 +32,7 @@ CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
|
||||
all: libomapi.a test $(CATMANPAGES)
|
||||
|
||||
test: test.o libomapi.a
|
||||
$(CC) $(DEBUG) -o test test.o libomapi.a $(LIBS)
|
||||
$(CC) $(DEBUG) $(LFLAGS) -o test test.o libomapi.a $(LIBS)
|
||||
|
||||
libomapi.a: $(OBJ)
|
||||
rm -f libomapi.a
|
||||
|
Reference in New Issue
Block a user