Skip to content

Commit 4d9725c

Browse files
committed
Merge branch 'master' of https://github.com/tcsabina/mvdsv
2 parents 74c2521 + 4fd6026 commit 4d9725c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.BSD

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# $Id$
1212
#
1313

14-
SV_DIR = ../../src
14+
SV_DIR = ./src
1515

1616
# To compile mvdsv as 32bit on 64bit target platform use next:
1717
# for gcc its like: make mvdsv FORCE32BITFLAGS=-m32

Makefile.GNU

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# $Id$
99
#
1010

11-
SV_DIR = ../../src
11+
SV_DIR = ./src
1212

1313
# to compile mvdsv as 32bit on 64bit target platform use next:
1414
# for gcc its like: make mvdsv FORCE32BITFLAGS=-m32

0 commit comments

Comments
 (0)