diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 16:39:15 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-25 16:39:15 +0000 |
commit | 643e12ed8c8f06891f8fae63b06c99ae0b813383 (patch) | |
tree | 8f02df9fdb14c153eef1f4248169aa94fd61ef52 /Makefile.in | |
parent | gettextize (diff) | |
download | w3m-643e12ed8c8f06891f8fae63b06c99ae0b813383.tar.gz w3m-643e12ed8c8f06891f8fae63b06c99ae0b813383.zip |
* remove ./intl
* configure.in: external fo AM_GNU_GETTEXT
* Makefile.in: remove intl, INTLTARGET
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 54c3c0e..0646deb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,6 @@ LDFLAGS = @LDFLAGS@ LIBS = -L. -lindep @LIBINTL@ @LIBS@ W3M_LIBS = @W3M_LIBS@ WCTARGET = @WCTARGET@ -INTLTARGET = @INTLTARGET@ NLSTARGET = @NLSTARGET@ MAKE_ARGS = PERL='$(PERL)' MKDIR='$(MKDIR)' INSTALL='$(INSTALL)' \ @@ -116,10 +115,10 @@ HELP_ALLFILES=w3mhelp-w3m_en.html w3mhelp-w3m_ja.html \ w3mhelp-lynx_en.html w3mhelp-lynx_ja.html SCRIPTSUBDIRS= scripts -SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc intl po +SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc po .PHONY: $(SUBDIRS) -all: $(INTLTARGET) $(TARGETS) all-scripts $(NLSTARGET) +all: $(TARGETS) all-scripts $(NLSTARGET) $(TARGET): $(ALLOBJS) $(ALIB) $(WCTARGET) $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LDFLAGS) $(LIBS) $(W3M_LIBS) @@ -181,7 +180,7 @@ w3mimgdisplay.o: w3mimgdisplay.c w3mimg w3mimg: (cd w3mimg && $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)") -intl po: +po: (cd $@ && $(MAKE)) install: install-core install-scripts install-po |