summaryrefslogtreecommitdiff
path: root/intl/Makefile.in
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2000-04-06 01:40:08 +0000
committerJacob Leach <jleach@src.gnome.org>2000-04-06 01:40:08 +0000
commit5ee0a8275335a5b0f1deb19ac506bbe0f2e75a22 (patch)
treee894d069a7b4d97661fdcecf2982903c04689819 /intl/Makefile.in
parenta30e996c94bdb971562811c4dab2fdd2cd457484 (diff)
downloadshared-mime-info-5ee0a8275335a5b0f1deb19ac506bbe0f2e75a22.tar.gz
Another bigger-than-probably-needs-to-be commit. All the file
renaming/removing should be completely done. Began glade-izing the dialogs, glade is awesome. Improved the requirement checks in the .spec and configure. Fixed a few crashes and then updated BUGS. We're getting closer to a new stable release. svn path=/trunk/; revision=1170
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r--intl/Makefile.in23
1 files changed, 8 insertions, 15 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index a7a145aa..4bdb186d 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -18,7 +18,7 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
-SHELL = @SHELL@
+SHELL = /bin/sh
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -150,7 +150,7 @@ uninstall:
info dvi:
-$(OBJECTS): $(top_builddir)/config.h libgettext.h
+$(OBJECTS): ../config.h libgettext.h
bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
@@ -171,7 +171,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
+ rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@@ -180,7 +180,7 @@ maintainer-clean: distclean
# GNU gettext needs not contain the file `VERSION' but contains some
# other files which should not be distributed in other packages.
-distdir = $(top_srcdir)/$(PACKAGE)-$(VERSION)/$(subdir)
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: Makefile $(DISTFILES)
if test "$(PACKAGE)" = gettext; then \
additional="$(DISTFILES.gettext)"; \
@@ -192,25 +192,18 @@ dist distdir: Makefile $(DISTFILES)
|| cp -p $(srcdir)/$$file $(distdir); \
done
-distcopy: Makefile $(DISTFILES)
- additional="$(DISTFILES.normal)";
- for file in $(DISTFILES.common) $$additional; do \
- ln $(srcdir)/$$file $(distdir) 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir); \
- done
-
dist-libc:
tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc
-Makefile: Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
+Makefile: Makefile.in ../config.status
+ cd .. \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
# The dependency for intlh.inst is different in gettext and all other
# packages. Because we cannot you GNU make features we have to solve
# the problem while rewriting Makefile.in.
-@GT_YES@intlh.inst: intlh.inst.in $(top_builddir)/config.status
-@GT_YES@ cd $(top_builddir) \
+@GT_YES@intlh.inst: intlh.inst.in ../config.status
+@GT_YES@ cd .. \
@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
@GT_YES@ $(SHELL) ./config.status
@GT_NO@.PHONY: intlh.inst