[openib-general] dtest makefile patch
Hal Rosenstock
halr at voltaire.com
Fri Aug 5 10:30:34 PDT 2005
Fix dtest makefile on trunk
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
Index: makefile
===================================================================
-- makefile (revision 2986)
+++ makefile (working copy)
@@ -1,16 +1,16 @@
CC = gcc
CFLAGS = -O2 -g
-DAT_INC = ../dat/include
+DAT_INC = ../../dat/include
DAT_LIB = /usr/lib64
all: dtest
clean:
- rm -f *.o;touch *.c;rm -f dtest
+ rm -f *.o;touch *.c;rm -f dtest
dtest: ./dtest.c
- $(CC) $(CFLAGS) ./dtest.c -o dtest \
- -DDAPL_PROVIDER='"IB1"' \
- -I $(DAT_INC) -L $(DAT_LIB) -ldat
+ $(CC) $(CFLAGS) ./dtest.c -o dtest \
+ -DDAPL_PROVIDER='"IB1"' \
+ -I $(DAT_INC) -L $(DAT_LIB) -ldat
More information about the general
mailing list