Typo in gnome-core and gnome-applets Makefiles
- From: Theppitak Karoonboonyanan <thep links nectec or th>
- To: gnome-devel-list gnome org
- Subject: Typo in gnome-core and gnome-applets Makefiles
- Date: Sat, 15 Jul 2000 13:46:31 +0700 (ICT)
Hello,
I'm new to the list. Therefore, please accept my apology if this is not
the right place to post this.
I was trying to uninstall gnome-core-1.2.0 and gnome-applets-1.2.0 before
restarting compilation with the 1.2.1 version when found that the
uninstallation script failed, due to some typo in intl/Makefile.in.
Here's the correction:
=== gnome-core ===
diff -Naur gnome-core-1.2.1/intl/Makefile.in gnome-core/intl/Makefile.in
--- gnome-core-1.2.1/intl/Makefile.in Wed May 31 09:44:28 2000
+++ gnome-core/intl/Makefile.in Sat Jul 15 12:58:16 2000
@@ -147,7 +147,7 @@
dists="$(DISTFILES.common)"; \
for file in $$dists; do \
rm -f $(gettextsrcdir)/$$file; \
- done
+ done; \
else \
: ; \
fi
=== gnome-applets (similar) ===
diff -Naur gnome-applets-1.2.1/intl/Makefile.in gnome-applets/intl/Makefile.in
--- gnome-applets-1.2.1/intl/Makefile.in Wed May 31 10:35:52 2000
+++ gnome-applets/intl/Makefile.in Sat Jul 15 12:51:23 2000
@@ -147,7 +147,7 @@
dists="$(DISTFILES.common)"; \
for file in $$dists; do \
rm -f $(gettextsrcdir)/$$file; \
- done
+ done; \
else \
: ; \
fi
Regards,
-Theppitak.
____________________________________________________________________
Theppitak Karoonboonyanan
Software and Language Engineering Laboratory, NECTEC
http://www.links.nectec.or.th/~thep/ mailto:theppitak@nectec.or.th
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]