pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libxtend: Remove pre-build make depend



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 27 07:57:16 2023 -0600
Changeset:	482b93867d5740284085783add4d8cf88a15a4fd

Modified Files:
	libxtend/Makefile

Log Message:
libxtend: Remove pre-build make depend

No longer needed since upstream switched to cc -MM

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=482b93867d5740284085783add4d8cf88a15a4fd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxtend/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index c5a350312c..d48dc77860 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -20,7 +20,4 @@ INSTALL_TARGET=	install-strip
 
 MAKE_ENV+=	DYLIB_PATH=${PREFIX}/lib MANDIR=${PREFIX}/${PKGMANDIR}
 
-pre-build:
-	cd ${WRKSRC} && ${MAKE} depend
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index