pkgsrc-WIP-changes archive

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

peak-classifier: 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 08:09:11 2023 -0600
Changeset:	3ab3ee729009dd18e8a250b2a95a0218eb2779d4

Modified Files:
	peak-classifier/Makefile

Log Message:
peak-classifier: Remove pre-build "make depend"

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

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

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

diffs:
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 5d59e252f6..811c022230 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -14,9 +14,6 @@ DEPENDS+=	bedtools>=0:../../biology/bedtools
 
 REPLACE_PYTHON=	feature-view.py
 
-pre-build:
-	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
-
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index