diff options
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 |