From 4306eaa898d4a69b8ac7d35a2d3cb23360025510 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Sun, 23 Jul 2000 19:27:00 +0000 Subject: [PATCH] Corrected c2man flags. It still crashes anyhow :-/ --- Make.rules.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Make.rules.in b/Make.rules.in index 0fa344f0b35..09681b526b2 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -45,11 +45,11 @@ RM = rm -f MV = mv MKDIR = mkdir -p C2MAN = @C2MAN@ -MANSPECS = -w $(TOPSRCDIR)/relay32/gdi32.spec \ - -w $(TOPSRCDIR)/relay32/user32.spec \ - -w $(TOPSRCDIR)/relay32/comctl32.spec \ - -w $(TOPSRCDIR)/relay32/comdlg32.spec \ - -w $(TOPSRCDIR)/relay32/kernel32.spec +MANSPECS = -w $(TOPSRCDIR)/dlls/gdi/gdi32.spec \ + -w $(TOPSRCDIR)/dlls/user/user32.spec \ + -w $(TOPSRCDIR)/dlls/comctl32/comctl32.spec \ + -w $(TOPSRCDIR)/dlls/comdlg32/comdlg32.spec \ + -w $(TOPSRCDIR)/dlls/kernel/kernel32.spec LINT = @LINT@ LINTFLAGS = @LINTFLAGS@ ALLLINTFLAGS = $(LINTFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) -- 2.11.4.GIT