Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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