pkgsrc-WIP-changes archive

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

fasda: 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:49:00 2023 -0600
Changeset:	7d449b448102246fab89e56a2c8c77f6ebb3b9d1

Modified Files:
	fasda/Makefile

Log Message:
fasda: 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=7d449b448102246fab89e56a2c8c77f6ebb3b9d1

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

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

diffs:
diff --git a/fasda/Makefile b/fasda/Makefile
index fa8af5a221..101cc83469 100644
--- a/fasda/Makefile
+++ b/fasda/Makefile
@@ -13,8 +13,5 @@ DEPENDS=	stringtie>0:../../wip/stringtie
 
 LDFLAGS.SunOS+=	-lresolv
 
-pre-build:
-	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
-
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index