]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
Released as 3.1.4.
[pciutils.git] / Makefile
index 140c87ac0033f3b1c63dc5d5ea389b589bab0a4b..d18f7cd0ffaa8bbe6c9796098a5da99dadd1f493 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.1.2
-DATE=2009-02-01
+VERSION=3.1.4
+DATE=2009-08-14
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
@@ -131,6 +131,6 @@ ifeq ($(SHARED),yes)
 endif
 
 pci.ids.gz: pci.ids
-       gzip -9 <$< >$@
+       gzip -9n <$< >$@
 
 .PHONY: all clean distclean install install-lib uninstall force