diff options
author | rillig <rillig@pkgsrc.org> | 2007-05-07 22:39:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-05-07 22:39:07 +0000 |
commit | 71e7c726c5dafe138bdf466cd2bc1f850990603a (patch) | |
tree | 9d00fb1190b77ab05f8c77b41cd5a89f8c7d997a /lang/nawk | |
parent | 3b5c19ea6230d453882dde38973cbfdc4686b225 (diff) | |
download | pkgsrc-71e7c726c5dafe138bdf466cd2bc1f850990603a.tar.gz |
Always create the file a.out, even on Cygwin, where the default is a.exe.
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/files/Makefile b/lang/nawk/files/Makefile index 7ef69613d94..8b28bb2d4a5 100644 --- a/lang/nawk/files/Makefile +++ b/lang/nawk/files/Makefile @@ -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 @@ SHIP = README FIXES $(SOURCE) ytab[ch].bak makefile makefile.win \ 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 |