From 8a6477f07f0164d2b7156b3c728d9a35006c0564 Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 19 Feb 2006 16:30:29 +0000 Subject: [PATCH] - No need to pack 'intermediate.manifest' for win binary package --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8fc58a6e..78f1c4d2 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # $Id$ bin_PROGRAMS = re2c -win_BINARIES = Release-2005/re2c.exe Release-2005/re2c.exe.intermediate.manifest +win_BINARIES = Release-2005/re2c.exe re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc\ translate.cc scanner.cc mbo_getopt.cc \ basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ -- 2.50.1