diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 95da703..1a3c9c1 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -217,7 +217,7 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) $(make-target-directory) (case $(config-os) in \ linux*) version=`(echo -e "#include <linux/version.h>\nUTS_RELEASE"\ - | $(CC) -E -P - | \ + | $(CC) $(CPPFLAGS) -E -P - | \ sed -e 's/"\([^"]*\)".*/\1/p' -e d) 2>/dev/null`;\ if [ -z "$$version" ]; then \ if [ -r /proc/version ]; then \ |