diff options
author | hunt <hunt> | 2005-05-17 06:24:23 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-17 06:24:23 +0000 |
commit | 31e99661bee4976728959b9225644da0a4c0b6d3 (patch) | |
tree | 70f17656941692f165f853f7fc86fd65200ade8a /runtime/stpd/Makefile | |
parent | 01850eb90df234d6eeeb6ddbb511e9051dbb0c13 (diff) | |
download | systemtap-steved-31e99661bee4976728959b9225644da0a4c0b6d3.tar.gz systemtap-steved-31e99661bee4976728959b9225644da0a4c0b6d3.tar.xz systemtap-steved-31e99661bee4976728959b9225644da0a4c0b6d3.zip |
2005-05-16 Martin Hunt <hunt@redhat.com>
* librelay.c (sigproc): If STP_EXIT send fails, keep retrying
every 10ms.
(init_stp): Don't set n_subbufs and subbuf_size params.
Diffstat (limited to 'runtime/stpd/Makefile')
-rw-r--r-- | runtime/stpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stpd/Makefile b/runtime/stpd/Makefile index 0c41c439..3e9d9f0e 100644 --- a/runtime/stpd/Makefile +++ b/runtime/stpd/Makefile @@ -1,7 +1,7 @@ all: stpd stpd: stpd.c librelay.c - $(CC) -Wall -O3 -o stpd stpd.c librelay.c -lpthread + gcc -Wall -O3 -o stpd stpd.c librelay.c -lpthread clean: /bin/rm -f stpd stpd.o librelay.o *~ |