X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=d48686484930418cd4162970f21d1f643bcc8fd1;hp=d516bb6b1a51b5c74bdd49f52698df5e2779911c;hb=828cd6e8c4906d279dc714bc60d61a0c50df4e26;hpb=474190bf1a9025850c14aa67eb88ba9815bb74f4 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index d516bb6..d486864 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -80,11 +80,11 @@ SUBDIRS_PROXY = qsbr-minimal list hlist wfcqueue wfstack lfstack all-local: for subdir in $(SUBDIRS_PROXY); do \ - cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../urcu/ -I../../../" AM_LDFLAGS='-L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all; cd ..; \ + cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../urcu/ -I../../../" AM_LDFLAGS='-L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all && cd ..; \ done clean-local: for subdir in $(SUBDIRS_PROXY); do \ - cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) clean; cd ..; \ + cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) clean && cd ..; \ done endif