Module Name:    src
Committed By:   maxv
Date:           Wed Nov  1 09:31:24 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: Makefile.amd64

Log Message:
Add linux_sigcode.o, otherwise it doesn't get rebuilt.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/conf/Makefile.amd64

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

Modified files:

Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.59 src/sys/arch/amd64/conf/Makefile.amd64:1.60
--- src/sys/arch/amd64/conf/Makefile.amd64:1.59	Sat Oct  7 10:16:47 2017
+++ src/sys/arch/amd64/conf/Makefile.amd64	Wed Nov  1 09:31:24 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.amd64,v 1.59 2017/10/07 10:16:47 maxv Exp $
+#	$NetBSD: Makefile.amd64,v 1.60 2017/11/01 09:31:24 maxv Exp $
 
 # Makefile for NetBSD
 #
@@ -77,7 +77,7 @@ KERNLDSCRIPT?= ${AMD64}/conf/kern.ldscri
 locore.o machdep.o: Makefile
 
 acpi_wakeup_low.o amd64func.o busfunc.o cpufunc.o cpu_in_cksum.o: assym.h
-linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
+linux_sigcode.o linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
 netbsd32_sigcode.o: assym.h
 
 ##

Reply via email to