pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nawk/files Always create the file a.out, even on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe1f10a0847
branches:  trunk
changeset: 528562:9fe1f10a0847
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 07 22:39:07 2007 +0000

description:
Always create the file a.out, even on Cygwin, where the default is a.exe.

diffstat:

 lang/nawk/files/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0179f326a6e2 -r 9fe1f10a0847 lang/nawk/files/Makefile
--- a/lang/nawk/files/Makefile  Mon May 07 22:19:32 2007 +0000
+++ b/lang/nawk/files/Makefile  Mon May 07 22:39:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2006/07/14 14:23:06 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/07 22:39:07 rillig Exp $
 #
 # This file is copied from "makefile" with the following modifications
 # for pkgsrc:
@@ -35,7 +35,7 @@
        vcvars32.bat buildwin.bat mac.code awk.1
 
 a.out: ytab.o $(OFILES)
-       $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC)  -lm
+       $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC)  -lm -o $@
 
 clean:
        rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov # proctab.c



Home | Main Index | Thread Index | Old Index