projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30254a
)
remove command.c from Makefile
author
David Schleef
<ds@schleef.org>
Thu, 30 Mar 2000 00:22:37 +0000
(
00:22
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 30 Mar 2000 00:22:37 +0000
(
00:22
+0000)
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index afcc160a14eab5542b910511965c5b0476b55972..6ffbdbf8b910a29ca874df7147d71b99b7ec6f5e 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-2,7
+2,7
@@
CFLAGS=-fPIC -Wall -O2 -I../include -I.
OBJS=comedi.o timer.o sv.o range.o ioctl.o filler.o timed.o error.o \
- dio.o data.o get.o
command.o
+ dio.o data.o get.o
libcomedi.a: $(OBJS)
#gcc -shared -Wl,-soname,libcomedi.so,-T,version_script -o libcomedi.so.${VERSION_CODE} $(OBJS) -lm