Remove bogus check-versions target.
This commit is contained in:
parent
c093af1e58
commit
92fbfd35e4
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ version-check :
|
||||||
targets := DETAILS COPYING pkg-def.scm version-check
|
targets := DETAILS COPYING pkg-def.scm version-check
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all : $(targets) check-versions
|
all : $(targets)
|
||||||
|
|
||||||
DETAILS : $(s48-authors) $(s48-blurbs) $(scsh-authors) $(scsh-blurbs) \
|
DETAILS : $(s48-authors) $(s48-blurbs) $(scsh-authors) $(scsh-blurbs) \
|
||||||
build/details.scm build/dirs.scm build/header.scm
|
build/details.scm build/dirs.scm build/header.scm
|
||||||
|
|
Loading…
Reference in New Issue