Skip to content

Commit 75e0f93

Browse files
committed
Merge pull request #61 from djs55/simplify-configure
configure: never run configure from the Makefile
2 parents f8f0cd6 + ef499cf commit 75e0f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ J=4
77

88
include config.mk
99
config.mk: configure
10-
./configure
10+
echo Please re-run configure
11+
exit 1
1112

1213
BINDIR ?= /usr/bin
1314
SBINDIR ?= /usr/sbin

0 commit comments

Comments
 (0)