qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs Makefile


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs Makefile
Date: Tue, 15 Apr 2008 08:07:52 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/15 08:07:52

Modified files:
        .              : Makefile 

Log message:
        added support for DESTDIR in make install

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.40&r2=1.41

Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- Makefile    13 Apr 2008 23:44:39 -0000      1.40
+++ Makefile    15 Apr 2008 08:07:51 -0000      1.41
@@ -19,6 +19,10 @@
 
 include config.mak
 
+ifneq ($(DESTDIR),)
+  prefix=$(DESTDIR)
+endif
+
 ifeq ($(CC),gcc)
   CFLAGS   := -Wall -g -O2 -funsigned-char
   # do not warn about zero-length formats.




reply via email to

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