You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
235 B

  1. --- a/libbridge/Makefile.in
  2. +++ b/libbridge/Makefile.in
  3. @@ -5,7 +5,7 @@ AR=ar
  4. RANLIB=@RANLIB@
  5. CC=@CC@
  6. -CFLAGS = -Wall -g $(KERNEL_HEADERS)
  7. +CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
  8. prefix=@prefix@
  9. exec_prefix=@exec_prefix@