Skip to content

Commit 2371163

Browse files
author
Reini Urban
committed
Makefile, 3rd/libuv: minor updates
1 parent aecbef1 commit 2371163

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

3rd/libuv

Submodule libuv updated 1 file

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ examples: pn
400400
for e in example/*.pn; do echo $$e; time bin/potion $$e; done
401401

402402
dist: $(AIO_DEPS) bins libs static ${GREG}
403-
@if [ -n "${RPATH}" ]; then \
403+
+@if [ -n "${RPATH}" ]; then \
404404
rm -f ${BINS} ${PNLIB}; \
405-
+$(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
405+
$(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
406406
fi
407407
+$(MAKE) -f dist.mak $@ PREFIX="${PREFIX}" EXE=${EXE} DLL=${DLL} LOADEXT=${LOADEXT}
408408

0 commit comments

Comments
 (0)