Skip to content

Commit b626d4a

Browse files
committed
Don't fail under BSD make
1 parent a78ac37 commit b626d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = `$${PWD}/acts --version | awk '{print $$3}'`
1+
VERSION!= $${PWD}/acts --version | awk '{print $$3}'
22

33
package: dist/acts_$(VERSION)_all.deb
44

0 commit comments

Comments
 (0)