[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01112] Re: problem patching HTS-2.0.1 for HTK-3.4


This is the first file in which the problem appears the HLMLib/Makefile.in.rej file.

The same thing happens to all the rej files

 

Here is the HLMLib/Makefile.in.rej file

 

***************

*** 41,46 ****

 

  CC = @CC@

  CFLAGS = @CFLAGS@ -DSANITY -I. -I../HTKLib/

  RANLIB = @RANLIB@

  INSTALL = @INSTALL@

  target  = HLMLib.a

--- 41,47 ----

 

  CC = @CC@

  CFLAGS = @CFLAGS@ -DSANITY -I. -I../HTKLib/

+ AR = @AR@

  RANLIB = @RANLIB@

  INSTALL = @INSTALL@

  target  = HLMLib.a

***************

*** 50,56 ****

 

  $(target): $(modules)

            if [ -f $@ ] ; then  /bin/rm $@ ; fi

-           ar rv $@ $^

            $(RANLIB) $@

 

  .PHONY: clean cleanup depend mkinstalldir install

--- 51,57 ----

 

  $(target): $(modules)

            if [ -f $@ ] ; then  /bin/rm $@ ; fi

+          $(AR) rv $@ $^

            $(RANLIB) $@

 

  .PHONY: clean cleanup depend mkinstalldir install

 

###############################################

Lazaridis Alexandros

Electical and Computer Engineer

PhD Student

 

Artificial Intelligence Group
Wire Communications Laboratory
Department of Electrical & Computer Engineering
University of Patras
Patras 265 00, Greece

 

Email: alaza@xxxxxxxxxxxxxxxxx

Tel:  +30 2610 996496

Fax: +30 2610 997336

###############################################