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: Fri, 22 Nov 2013 20:04:40 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        13/11/22 20:04:40

Modified files:
        .              : Makefile 

Log message:
        allow config.mak to set initial CFLAGS, fixed texi2html options

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

Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- Makefile    5 Jun 2008 07:14:12 -0000       1.50
+++ Makefile    22 Nov 2013 20:04:40 -0000      1.51
@@ -20,7 +20,7 @@
 include config.mak
 
 ifeq ($(CC),gcc)
-  CFLAGS   := -Wall -g -O2 -funsigned-char
+  CFLAGS   += -Wall -g -O2 -funsigned-char
   # do not warn about zero-length formats.
   CFLAGS   += -Wno-format-zero-length
   LDFLAGS  := -g
@@ -336,7 +336,7 @@
 
 # documentation
 qe-doc.html: qe-doc.texi Makefile
-       LANGUAGE=en_US LC_ALL=en_US.UTF-8 texi2html -monolithic -number $<
+       LANGUAGE=en_US LC_ALL=en_US.UTF-8 texi2html -monolithic $<
 
 #
 # Maintenance targets



reply via email to

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