16 lines
461 B
Text
16 lines
461 B
Text
|
$NetBSD: patch-cg,v 1.1 2011/03/22 23:31:05 tez Exp $
|
||
|
|
||
|
add two files that need to be generated and otherwise are not
|
||
|
|
||
|
--- lib/kdb/Makefile.in.orig 2010-12-23 11:35:38.448878800 -0600
|
||
|
+++ lib/kdb/Makefile.in 2010-12-23 11:40:32.324026100 -0600
|
||
|
@@ -57,7 +57,7 @@
|
||
|
clean-unix:: clean-liblinks clean-libs clean-libobjs
|
||
|
$(RM) adb_err.c adb_err.h
|
||
|
|
||
|
-generate-files-mac: darwin.exports
|
||
|
+generate-files-mac: darwin.exports adb_err.h adb_err.c
|
||
|
|
||
|
depend:: adb_err.h
|
||
|
|