diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:38 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:51:24 +0200 |
commit | 4bcb5a84fd7d1ee1da85376a866057b1a2fda1c9 (patch) | |
tree | 76d2e0ec73975d45b559089d4bb716e550d9423b /ifenslave/Makefile | |
parent | [RELEASE] flxutils-0.1.21 (diff) | |
download | flxutils-4bcb5a84fd7d1ee1da85376a866057b1a2fda1c9.tar.xz |
[RELEASE] flxutils-0.1.22v0.1.22
Diffstat (limited to 'ifenslave/Makefile')
-rw-r--r-- | ifenslave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ifenslave/Makefile b/ifenslave/Makefile index 40e94af..09c0e35 100644 --- a/ifenslave/Makefile +++ b/ifenslave/Makefile @@ -1,7 +1,9 @@ OBJS=ifenslave-1.0.11 ifenslave-1.0.12 ifenslave # include ../../include/rules.make +include ../include/rules.make CC=gcc -CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include -momit-leaf-frame-pointer +CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include +#CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include -momit-leaf-frame-pointer all: $(OBJS) |