octave-maintainers
[Top][All Lists]
Advanced

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

make install-lib


From: Marco Atzeri
Subject: make install-lib
Date: Fri, 8 May 2009 09:01:43 +0000 (GMT)

Am I wrong or in 

src/Makefile.in
liboctave/Makefile.in
libcruft/Makefile.in

at "install-lib:"

if $(STATIC_LIBS); then \
and 
if $(SHARED_LIBS); then \

should be changed in

ifeq ($(STATIC_LIBS), true)
ifeq ($(SHARED_LIBS), true)

forms ?

Regards
Marco




      



reply via email to

[Prev in Thread] Current Thread [Next in Thread]