gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).

(Cannot rely on the script having execute permissions.)
--sg
This commit is contained in:
scott
1998-01-22 07:34:13 +00:00
parent d64570b781
commit 5cb62b4561
8 changed files with 37 additions and 2 deletions

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View 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> Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3 * Released 0.99.3

View File

@ -184,10 +184,10 @@ gtkinclude_HEADERS = \
gtktypebuiltins.h gtktypebuiltins.h
../gtk/gtktypebuiltins.h: gtk.defs gentypeinfo.el ../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 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 libgtk_la_LDFLAGS = -version-info 1:0:0