mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
fix test program build
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@109 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
03a3a4b48d
commit
821ee6d33a
@ -20,7 +20,7 @@ kqtest: $(SOURCES)
|
||||
if [ ! -f /usr/include/sys/event.h ] ; then \
|
||||
if [ ! -f libkqueue.a ] ; then \
|
||||
cd .. && ./configure --debug=yes && make ; \
|
||||
cp ../libkqueue.a . ; \
|
||||
cp libkqueue.a test ; \
|
||||
fi \
|
||||
fi
|
||||
$(CC) -o kqtest $(CFLAGS) $(SOURCES) $(LDADD)
|
||||
|
Loading…
Reference in New Issue
Block a user