diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2010-03-18 13:47:13 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2010-03-18 13:47:13 +0100 |
| commit | 83d5ff83670544dff5ef3924bedfba11a7f55e04 (patch) | |
| tree | 66aa1c44adb7b8ef221ec53a3b2a72e030666972 /Makefile.in | |
| parent | 063a0746d6f6333d5195635b9ee3ef85210cf1e3 (diff) | |
input files and substitution variables for autoconf
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f4c0395..86c3575 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ install: all rm /usr/local/bin/fcgiwrap~ fcgiwrap: fcgiwrap.c - gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi + @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi clean: -rm fcgiwrap |
