ekiga r6802 - in trunk: . src
- From: jschamp svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6802 - in trunk: . src
- Date: Tue, 2 Sep 2008 17:59:24 +0000 (UTC)
Author: jschamp
Date: Tue Sep 2 17:59:24 2008
New Revision: 6802
URL: http://svn.gnome.org/viewvc/ekiga?rev=6802&view=rev
Log:
Fixed use of too modern MKDIR_P macro - we do not require automake 1.10 yet.
Modified:
trunk/ChangeLog
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Tue Sep 2 17:59:24 2008
@@ -145,7 +145,7 @@
if INSTALL_DBUS_SERVICE
%.service: %.service.in
- $(MKDIR_P) components # this is ugly...
+ $(mkdir_p) components # this is ugly...
sed -e "s#\ bindir\@# bindir@#" $< > $@
servicedir = $(datadir)/dbus-1/services
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]