summaryrefslogtreecommitdiff
path: root/dso/beos
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-03-31 13:07:43 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-03-31 13:07:43 +0000
commit28beccf38ca3fbcb132751e896916f53f06230a3 (patch)
tree78748be679f30775838d982042dcdd076c4afb06 /dso/beos
parente71e8f9f589d1509d2723c67c79c2b2165391b26 (diff)
downloadlibapr-28beccf38ca3fbcb132751e896916f53f06230a3.tar.gz
removed trailing slash from "OBJS=dso.o" to keep some make
pgms happy (there were no other objects) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/beos')
-rw-r--r--dso/beos/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/beos/Makefile.in b/dso/beos/Makefile.in
index d0dfd0438..b60dd9541 100644
--- a/dso/beos/Makefile.in
+++ b/dso/beos/Makefile.in
@@ -13,7 +13,7 @@ INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
LIB=libdso.a
-OBJS=dso.o \
+OBJS=dso.o
.c.o:
$(CC) $(CFLAGS) -c $(INCLUDES) $<