pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/smlnj11072



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 26 18:18:11 UTC 2023

Modified Files:
        pkgsrc/lang/smlnj11072: Makefile

Log Message:
smlnj11072: use its own Makefile.common to fix 'make checksum'


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/smlnj11072/Makefile

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

Modified files:

Index: pkgsrc/lang/smlnj11072/Makefile
diff -u pkgsrc/lang/smlnj11072/Makefile:1.13 pkgsrc/lang/smlnj11072/Makefile:1.14
--- pkgsrc/lang/smlnj11072/Makefile:1.13        Fri Sep 16 19:53:44 2022
+++ pkgsrc/lang/smlnj11072/Makefile     Sun Feb 26 18:18:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/09/16 19:53:44 he Exp $
+# $NetBSD: Makefile,v 1.14 2023/02/26 18:18:11 wiz Exp $
 #
 
 DISTNAME=      boot.${BOX}-unix
@@ -55,7 +55,7 @@ BUILD_ENV+=   PATCH=${PATCH:Q} PATCH_ARGS=
 #CFLAGS+=      -Wall
 
 # note that this includes bsd.prefs.mk
-.include "../../lang/smlnj/Makefile.common"
+.include "Makefile.common"
 
 BOXES= x86 ppc sparc
 



Home | Main Index | Thread Index | Old Index