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: Sun, 20 Apr 2008 14:24:19 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/20 14:24:19

Modified files:
        .              : Makefile 

Log message:
        fixed utility targets for BUILD_ALL=1

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

Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Makefile    20 Apr 2008 14:18:17 -0000      1.45
+++ Makefile    20 Apr 2008 14:24:19 -0000      1.46
@@ -222,13 +222,13 @@
 # Test for bidir algorithm
 #
 qfribidi$(EXE): qfribidi.c cutils.c
-       $(HOST_CC) $(CFLAGS) -DTEST -o $@ $<
+       $(HOST_CC) $(CFLAGS) -DTEST -o $@ $^
 
 #
 # build ligature table
 #
 ligtoqe$(EXE): ligtoqe.c cutils.c
-       $(HOST_CC) $(CFLAGS) -o $@ $<
+       $(HOST_CC) $(CFLAGS) -o $@ $^
 
 ifdef BUILD_ALL
 ligatures: ligtoqe$(EXE) unifont.lig
@@ -255,7 +255,7 @@
 KMAPS:=$(addprefix $(KMAPS_DIR)/, $(KMAPS))
 
 kmaptoqe$(EXE): kmaptoqe.c cutils.c
-       $(HOST_CC) $(CFLAGS) -o $@ $<
+       $(HOST_CC) $(CFLAGS) -o $@ $^
 
 ifdef BUILD_ALL
 kmaps: kmaptoqe$(EXE) $(KMAPS) Makefile
@@ -280,10 +280,10 @@
 JIS:=$(addprefix cp/,$(JIS))
 
 cptoqe$(EXE): cptoqe.c cutils.c
-       $(HOST_CC) $(CFLAGS) -o $@ $<
+       $(HOST_CC) $(CFLAGS) -o $@ $^
 
 jistoqe$(EXE): jistoqe.c cutils.c
-       $(HOST_CC) $(CFLAGS) -o $@ $<
+       $(HOST_CC) $(CFLAGS) -o $@ $^
 
 ifdef BUILD_ALL
 charsetmore.c: cp/cpdata.txt $(CP) cptoqe$(EXE) Makefile
@@ -303,7 +303,7 @@
 FONTS:=$(addprefix fonts/,$(FONTS))
 
 fbftoqe$(EXE): fbftoqe.c cutils.c
-       $(HOST_CC) $(CFLAGS) -o $@ $<
+       $(HOST_CC) $(CFLAGS) -o $@ $^
 
 fbffonts.c: fbftoqe$(EXE) $(FONTS)
        ./fbftoqe $(FONTS) > $@




reply via email to

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