* Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically
authorKen Raeburn <raeburn@mit.edu>
Tue, 4 Apr 2006 20:14:24 +0000 (20:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 4 Apr 2006 20:14:24 +0000 (20:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17841 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 92c39fc12c42f93ced092f756a3d445ba9577302..08c4e1de4401d12f4d32d95cf8ccaac575d142a7 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-04  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig
+       automatically.
+
 2006-04-03  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (DEFS): Make empty.
index dc6ed6fbcea27a3c8cb6bf2dac636aaece0092bb..4ef41cf6b207c2f65b85e1c9f95aa68d1818bf00 100644 (file)
@@ -117,7 +117,7 @@ prof_err.o: prof_err.c
 
 # not built by default, but may be useful for testing
 $(srcdir)/profile_tcl.c: profile.swg
-       (cd $(srcdir) && swig -tcl8 -o profile_tcl.c profile.swg)
+#      (cd $(srcdir) && swig -tcl8 -o profile_tcl.c profile.swg)
 profile_tcl.o: $(srcdir)/profile_tcl.c profile.h
 profile_tcl: profile_tcl.o libprofile.a
        $(CC_LINK) -o profile_tcl profile_tcl.o \