Makefile missing separator



Hello list,

as proposed there https://wiki.gnome.org/MigratingFromIntltoolToGettext
 i used:

PublicanCreator.desktop: $(desktop_files)
                                                                       
                                                                       
                              
    $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o
$@                                                                     
         ^^^^^
                                                                       
                                                                    
                                                                       
                                                                       
                                                                       
 
PublicanCreator.appdata.xml: $(appdata_DATA)
                                                                       
                                                                       
                           
    $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
      


in my Makefile.am. 

But a make gives me:
Makefile.869: *** missing separator. Stop

where  869 is marked underline with ^^^

Maybe anyone knows what happend?

Greetings
Sascha
-- 
Sascha Manns
Email: Sascha Manns mailbox org | Blog: http://saigkill.tuxfamily.org
GPG: 0x168428cdb1f20ab1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]