1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Inherit CFLAGS at make time

This commit is contained in:
Alasdair Kergon 2003-10-21 21:59:42 +00:00
parent 81c15e1f11
commit e8fad838b9

View File

@ -27,7 +27,7 @@ SHELL = /bin/sh
INSTALL = @INSTALL@
LN_S = @LN_S@
LIBS = @LIBS@
CFLAGS = @CFLAGS@
CFLAGS += @CFLAGS@
# Setup directory variables
prefix = $(DESTDIR)@prefix@