Removed MAINTAINER_MODE conditionals.
Showing
3 changed files
with
0 additions
and
10 deletions
... | @@ -36,9 +36,5 @@ SUFFIXES=.x .doc | ... | @@ -36,9 +36,5 @@ SUFFIXES=.x .doc |
36 | guile-procedures.txt: $(DOT_DOC_FILES) | 36 | guile-procedures.txt: $(DOT_DOC_FILES) |
37 | cat $(DOT_DOC_FILES) > $@ | 37 | cat $(DOT_DOC_FILES) > $@ |
38 | 38 | ||
39 | if MAINTAINER_MODE | ||
40 | |||
41 | ## Add -MG to make the .x magic work with auto-dep code. | 39 | ## Add -MG to make the .x magic work with auto-dep code. |
42 | MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) | 40 | MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) |
43 | |||
44 | endif | ... | ... |
... | @@ -41,9 +41,5 @@ SUFFIXES=.x .doc | ... | @@ -41,9 +41,5 @@ SUFFIXES=.x .doc |
41 | guile-procedures.txt: $(DOT_DOC_FILES) | 41 | guile-procedures.txt: $(DOT_DOC_FILES) |
42 | cat $(DOT_DOC_FILES) > $@ | 42 | cat $(DOT_DOC_FILES) > $@ |
43 | 43 | ||
44 | if MAINTAINER_MODE | ||
45 | |||
46 | ## Add -MG to make the .x magic work with auto-dep code. | 44 | ## Add -MG to make the .x magic work with auto-dep code. |
47 | MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) | 45 | MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) |
48 | |||
49 | endif | ... | ... |
1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr no-dependencies | 1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr no-dependencies |
2 | if MAINTAINER_MODE | ||
3 | AM_YFLAGS=-vt | 2 | AM_YFLAGS=-vt |
4 | endif | ||
5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@ | 3 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@ |
6 | AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\" | 4 | AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\" |
7 | 5 | ... | ... |
-
Please register or sign in to post a comment