pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/terminal automake.mk


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/terminal automake.mk
Date: Tue, 27 Mar 2007 09:16:57 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/03/27 09:16:57

Modified files:
        src/ui/terminal: automake.mk 

Log message:
        Fix typo which cause the binary not to depend upon any libraries

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/automake.mk?cvsroot=pspp&r1=1.15&r2=1.16

Patches:
Index: automake.mk
===================================================================
RCS file: /sources/pspp/pspp/src/ui/terminal/automake.mk,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- automake.mk 26 Mar 2007 10:11:01 -0000      1.15
+++ automake.mk 27 Mar 2007 09:16:57 -0000      1.16
@@ -18,7 +18,7 @@
 
 src_ui_terminal_pspp_SOURCES =
 
-src_ui_terminal_pspp_LDFLAGS = \
+src_ui_terminal_pspp_LDADD = \
        src/ui/terminal/libui.a \
        src/language/liblanguage.a \
        src/output/charts/libcharts.a \
@@ -38,5 +38,5 @@
 
 
 if RELOCATABLE_VIA_LD
-src_ui_terminal_pspp_LDFLAGS += `$(RELOCATABLE_LDFLAGS) $(bindir)`
+src_ui_terminal_pspp_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)`
 endif




reply via email to

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