Need a 'build' target for dpkg-buildpackage to work.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@672 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -15,6 +15,9 @@ clean:
|
|||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
build:
|
||||||
|
# Nothing to do here
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-indep:
|
binary-indep:
|
||||||
# dh_testversion
|
# dh_testversion
|
||||||
@@ -46,4 +49,4 @@ binary-indep:
|
|||||||
|
|
||||||
binary: binary-indep
|
binary: binary-indep
|
||||||
|
|
||||||
.PHONY: clean binary-indep binary
|
.PHONY: clean build binary-indep binary
|
||||||
|
|||||||
Reference in New Issue
Block a user