1999-03-15 02:20:22 +00:00
|
|
|
*** intl/Makefile.in.orig Fri Feb 19 19:20:37 1999
|
|
|
|
--- intl/Makefile.in Fri Feb 19 19:20:54 1999
|
1997-09-18 17:41:30 +00:00
|
|
|
***************
|
1999-03-15 02:20:22 +00:00
|
|
|
*** 109,115 ****
|
1997-09-18 17:41:30 +00:00
|
|
|
# where configure found a previously installed GNU gettext library.
|
|
|
|
# If you want to use the one which comes with this version of the
|
|
|
|
# package, you have to use `configure --with-included-gettext'.
|
|
|
|
! install: install-exec install-data
|
|
|
|
install-exec: all
|
|
|
|
if test "$(PACKAGE)" = "gettext" \
|
|
|
|
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \
|
1999-03-15 02:20:22 +00:00
|
|
|
--- 109,116 ----
|
1997-09-18 17:41:30 +00:00
|
|
|
# where configure found a previously installed GNU gettext library.
|
|
|
|
# If you want to use the one which comes with this version of the
|
|
|
|
# package, you have to use `configure --with-included-gettext'.
|
|
|
|
! install:
|
1999-03-15 02:20:22 +00:00
|
|
|
! @echo Nothing to install in intl
|
1997-09-18 17:41:30 +00:00
|
|
|
install-exec: all
|
|
|
|
if test "$(PACKAGE)" = "gettext" \
|
|
|
|
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \
|