From 1b43e3ff8ed22af630b81fda9b3cf6cab05ec1e4 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 4 Apr 2006 20:14:24 +0000 Subject: * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17841 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 5 +++++ src/util/profile/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src/util/profile') diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 92c39fc12..08c4e1de4 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +2006-04-04 Ken Raeburn + + * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig + automatically. + 2006-04-03 Ken Raeburn * Makefile.in (DEFS): Make empty. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index dc6ed6fbc..4ef41cf6b 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -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 \ -- cgit