Mail Archives: djgpp-workers/2001/03/13/15:56:30
On Sun, 11 Mar 2001 17:51:14 +0100 (CET), Bruno Haible wrote:
> > If you prefer something different, it will be ok for me as long
> > as your solution DTRT.
>
> I hope the solution I put in - based on yours - does the right thing;
> I didn't test it.
At least on WinDos using DJGPP the Makefile.maint will DTRT *after* the
following small patch has been applied.
Regards,
Guerrero, Juan Manuel
diff -acprNC5 gettext-2001-03-11.orig/djgpp/Makefile.maint gettext-2001-03-11/djgpp/Makefile.maint
*** gettext-2001-03-11.orig/djgpp/Makefile.maint Fri Mar 9 17:11:08 2001
--- gettext-2001-03-11/djgpp/Makefile.maint Mon Mar 12 22:30:28 2001
***************
*** 1,7 ****
--- 1,10 ----
# Maintainer's Makefile -*-Makefile-*-
+
+ SHELL=/bin/sh
+
top_srcdir = ..
srcdir = .
all: README fnchange.lst config.sed
- Raw text -