]> Pileus Git - ~andy/gtk/commitdiff
gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
authorscott <scott>
Thu, 22 Jan 1998 07:34:13 +0000 (07:34 +0000)
committerscott <scott>
Thu, 22 Jan 1998 07:34:13 +0000 (07:34 +0000)
(Cannot rely on the script having execute permissions.)
--sg

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/Makefile.am

index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index 2aedea9c914fd786c65b2ce18bd6e85ce5ed1b6c..c858fabd04a141fa3269a7e350924aee68a99ddf 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).
+         (Cannot rely on the script having execute permissions.)
+
 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
 
        * Released 0.99.3
index c4015354606d4f594156b423043cf221a5beeba7..32c4579f31e36e8b28f7afa4746de161c232f3e1 100644 (file)
@@ -184,10 +184,10 @@ gtkinclude_HEADERS = \
        gtktypebuiltins.h
 
 ../gtk/gtktypebuiltins.h: gtk.defs gentypeinfo.el
-       $(srcdir)/runelisp $(srcdir)/gentypeinfo.el idmac $< $@
+       $(SHELL) $(srcdir)/runelisp $(srcdir)/gentypeinfo.el idmac $< $@
 
 gtktypebuiltins.c: gtk.defs gentypeinfo.el
-       $(srcdir)/runelisp $(srcdir)/gentypeinfo.el id $< $@
+       $(SHELL) $(srcdir)/runelisp $(srcdir)/gentypeinfo.el id $< $@
 
 libgtk_la_LDFLAGS = -version-info 1:0:0