From 49ef391664daa2902c4afafcd31f46f6c191cd1b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 16 Feb 2002 05:15:24 +0000 Subject: [PATCH] make dist fix ---------------------------------------------------------------------- --- tools/qfcc/include/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/qfcc/include/Makefile.am b/tools/qfcc/include/Makefile.am index 74869d62e..67c5a29de 100644 --- a/tools/qfcc/include/Makefile.am +++ b/tools/qfcc/include/Makefile.am @@ -1,4 +1,3 @@ AUTOMAKE_OPTIONS= foreign -EXTRA_DIST= cmdlib.h config.h.in expr.h scope.h struct.h switch.h \ - qfcc.h type.h +EXTRA_DIST= cmdlib.h expr.h scope.h struct.h switch.h qfcc.h type.h