chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / scsi_id / Makefile
index 7aa3e83470a0cc0dc5de6dfbf91bc5927f02ecfa..24c1b3212824467d8937e716a37da4d4e5b78462 100644 (file)
@@ -28,7 +28,7 @@ INSTALL_DATA  = ${INSTALL} -m 644
 # Note some of the variables used here are set when built under udev, and
 # otherwise might not be set.
 
 # Note some of the variables used here are set when built under udev, and
 # otherwise might not be set.
 
-override CFLAGS+=-Wall -fno-builtin
+CFLAGS+=-Wall -fno-builtin
 
 PROG=scsi_id
 SYSFS=-lsysfs
 
 PROG=scsi_id
 SYSFS=-lsysfs
@@ -77,3 +77,4 @@ spotless: clean
 
 $(PROG):       $(OBJS)
        $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
 
 $(PROG):       $(OBJS)
        $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
+