Send the "runtime" target to /dev/null too.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6697 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f77446423f
commit
3d658c0c21
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ int ALLEGROCL :: top(Node *n) {
|
|||
}
|
||||
|
||||
Swig_register_filebyname("header",f_null);
|
||||
Swig_register_filebyname("runtime",f_null);
|
||||
Swig_register_filebyname("wrapper", f_cl);
|
||||
|
||||
Printf(f_cl, ";; This is an automatically generated file. Make changes in\n;; the definition file, not here.\n\n(defpackage :%s\n (:use :common-lisp :ff :excl))\n\n(in-package :%s)\n", module, module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue