Bertrand Jacquin wrote:
>> http://wiki.xmms2.xmms.se/index.php/Contribs#Daemon_updating_Gajim_status_on_XMMS2_events
> ~/tmp/xmms2-gajim-status-0.1 :( % LC_ALL=C make install
> Makefile:31: *** missing separator.  Stop.
To use it with GNU make, you have to change the syntax:

--- Makefile    2006-08-22 20:01:57 +0400
+++ GNUmakefile 2006-08-24 01:17:44 +0400
@@ -30,11 +30,11 @@

-.if !defined(DONT_COMPRESS_MANPAGE)
-.if !defined(USE_BZIP2)
+ifndef DONT_COMPRESS_MANPAGE
+ifndef USE_BZIP2
        @echo "Compressing man page with gzip..."
        $(GZIP) -f $(DESTDIR)$(mandir)/man1/$(progname).1
-.else
+else
        @echo "Compressing man page with bzip2..."
        $(BZIP2) -f $(DESTDIR)$(mandir)/man1/$(progname).1
-.endif
-.endif
+endif
+endif


_______________________________________________
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Reply via email to