From ed46e0d7c7ad8d8228b230e4038446c7fdba30c7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 30 Nov 1998 17:12:02 +0000 Subject: Enable us to cleanly leave out the internationalization support. svn path=/trunk/; revision=2237 --- Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0494a0cb..b97f1a2f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ fetchmail: $(objs) $(CC) $(LDEFLAGS) $(LDFLAGS) $(objs) $(LOADLIBS) -o fetchmail po: dummy - make -C po + @POMAKE@ dummy: @@ -151,28 +151,28 @@ install: $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) @echo "Installing language catalogs..." - make -C po install + @POMAKE@ install uninstall: rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf rm -f $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) - make -C po uninstall + @POMAKE@ uninstall .PHONY: clean realclean distclean mostlyclean clean: - make -C po clean + @POMAKE@ clean -rm -f fetchmail *.o core fetchmail.dvi \ rcfile_l.c rcfile_y.h rcfile_y.c \ fetchmail.tar fetchmail.tar.gz \ rfc822 unmime distclean: clean - make -C po distclean + @POMAKE@ distclean -rm -f Makefile config.h TAGS tags -rm -f config.cache config.status config.log stamp-config realclean: distclean - make -C po clean + @POMAKE@ clean -rm -f FAQ FEATURES NOTES MANIFEST -rm -f config.cache config.log Makefile -rm -f fetchmail-*.tar.gz fetchmail-*.i386.rpm -- cgit v1.2.3