X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=0e878a6956d7181a51d0fd4906dbf5badaa71b58;hb=adf7de0ec6a1b734c00667879d36c1198670958a;hp=3df076d74702fef34261de31ab3a08c57c8ccdf7;hpb=30957f075883d179ae04487d0833cb79ed9c31f4;p=pciutils.git diff --git a/Makefile b/Makefile index 3df076d..0e878a6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2022 Martin Mares +# (c) 1998--2023 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.9.0 -DATE=2022-11-20 +VERSION=3.10.0 +DATE=2023-05-01 # Host OS and release (override if you are cross-compiling) HOST= @@ -47,6 +47,7 @@ INSTALL=install DIRINSTALL=install -d STRIP=-s ifdef CROSS_COMPILE +STRIP+=--strip-program $(CROSS_COMPILE)strip CC=$(CROSS_COMPILE)gcc else CC=cc