antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/gtkshell Makefile


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/gtkshell Makefile
Date: Sun, 26 Oct 2008 00:38:59 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 08/10/26 00:38:59

Modified files:
        gtkshell       : Makefile 

Log message:
        Fix intall on non-MINGW32 systems.  This was failing due to quotes 
around
        the install command.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/Makefile?cvsroot=antiright&r1=1.58&r2=1.59

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/Makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- Makefile    26 Oct 2008 00:36:10 -0000      1.58
+++ Makefile    26 Oct 2008 00:38:58 -0000      1.59
@@ -45,7 +45,7 @@
 ifeq ($(OS),MINGW32)
        INSTALLPROG=cp
 else
-       INSTALLPROG="install -s"
+       INSTALLPROG=install -s
 endif
 
 all: y.tab.c gtkshell




reply via email to

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