diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index 593582a05..185bf3da3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,8 +31,5 @@ else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing endif -GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib -INCLUDES = $($(L)_INCLUDES) - STRIPCMD = strip -R .note -R .comment |