]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
r2989: Fix dtest makefile
authorHal Rosenstock <halr@voltaire.com>
Fri, 5 Aug 2005 17:59:38 +0000 (17:59 +0000)
committerJames Lentini <jlentini@netapp.com>
Fri, 5 Aug 2005 17:59:38 +0000 (17:59 +0000)
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Signed-off-by: James Lentini <jlentini@netapp.com>
test/dtest/makefile

index d93a61f3b2028eec11fb0e25768dae54cc8e9596..70722cf4feb69b2559dd3be69beb90965ae29384 100644 (file)
@@ -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