diff options
| author | bwarsaw | 2000-08-06 05:03:00 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-08-06 05:03:00 +0000 |
| commit | 1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00 (patch) | |
| tree | 7d2cc4f139f7bed79dff056e24ebc82234732a8f /src | |
| parent | 8be069df4e35f907477cdd7813a5164b00095f5c (diff) | |
| download | mailman-1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00.tar.gz mailman-1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00.tar.zst mailman-1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f0ce03a60..ba4600edc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -43,7 +43,7 @@ MAILMAN_UID= @MAILMAN_UID@ # Customizable but not set by configure OPT= @OPT@ -CFLAGS= $(OPT) $(DEFS) $(LIBS) +CFLAGS= @CFLAGS@ $(OPT) $(DEFS) $(LIBS) CGIDIR= $(exec_prefix)/cgi-bin CGIEXT= @CGIEXT@ MAILDIR= $(exec_prefix)/mail |
