Revision: 138164 https://trac.macports.org/changeset/138164 Author: cal@macports.org Date: 2015-06-30 13:47:25 -0700 (Tue, 30 Jun 2015) Log Message: ----------- base: pextlib1.0: Restore make all behavior over only building tracelib.o Modified Paths: -------------- trunk/base/src/pextlib1.0/Makefile.in Modified: trunk/base/src/pextlib1.0/Makefile.in =================================================================== --- trunk/base/src/pextlib1.0/Makefile.in 2015-06-30 20:39:36 UTC (rev 138163) +++ trunk/base/src/pextlib1.0/Makefile.in 2015-06-30 20:47:25 UTC (rev 138164) @@ -13,14 +13,14 @@ OBJS+=strlcat.o endif -# tracelib.o has an additional dependency -tracelib.o: ../darwintracelib1.0/sandbox_actions.h - SHLIB_NAME= Pextlib${SHLIB_SUFFIX} INSTALLDIR= ${DESTDIR}${TCL_PACKAGE_PATH}/pextlib1.0 include $(srcdir)/../../Mk/macports.tea.mk +# tracelib.o has an additional dependency +tracelib.o: ../darwintracelib1.0/sandbox_actions.h + CFLAGS+= ${CURL_CFLAGS} ${MD5_CFLAGS} ${READLINE_CFLAGS} LIBS+= ${CURL_LIBS} ${MD5_LIBS} ${READLINE_LIBS} ifeq ($(shell uname), Darwin)