X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fscsi_id%2FMakefile;h=24c1b3212824467d8937e716a37da4d4e5b78462;hb=853ccc433c4d45c3e1da4336f87b458ed10311ca;hp=610faac4b70227c2b5958ab6fe3bc8701f21fd1e;hpb=b337e60790382589e8e9f088f0ff41a496a85615;p=elogind.git diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 610faac4b..24c1b3212 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SCSI_ID_VERSION=0.7 +SCSI_ID_VERSION=0.9 prefix = etcdir = ${prefix}/etc @@ -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) +