X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fscsi_id%2FMakefile;h=24c1b3212824467d8937e716a37da4d4e5b78462;hp=7aa3e83470a0cc0dc5de6dfbf91bc5927f02ecfa;hb=70721db6d7ba0d4f3ac5c17f2cedac056065ad8a;hpb=62a22c8d75550d5720019468c7a881a573bff22b diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 7aa3e8347..24c1b3212 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -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. -override CFLAGS+=-Wall -fno-builtin +CFLAGS+=-Wall -fno-builtin 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) +