Skip to content

Commit

Permalink
tools/firewire: nosy-dump: increment program version
Browse files Browse the repository at this point in the history
Since version 0.3 from Kristian's repository, there should actually be
no change in functionality except for the x86-64 fix.  Nevertheless,
make it distinct from the original nosy-dump --- just in case and also
because of potential future changes.

Signed-off-by: Stefan Richter <[email protected]>
  • Loading branch information
Stefan Richter committed Jul 27, 2010
1 parent ddbfe74 commit b20d02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/firewire/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version = 0.3
prefix = /usr
nosy-dump-version = 0.4

CC = gcc

all : nosy-dump

nosy-dump : CFLAGS = -Wall -O2 -g
nosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire
nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
nosy-dump : LDFLAGS = -g
nosy-dump : LDLIBS = -lpopt

Expand Down

0 comments on commit b20d02e

Please sign in to comment.