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:
mdb
2002-03-17 23:51:57 +00:00
parent 38af5566e2
commit 2ff5f490ab
+4 -1
View File
@@ -15,6 +15,9 @@ clean:
dh_clean
build:
# Nothing to do here
# Build architecture-independent files here.
binary-indep:
# dh_testversion
@@ -46,4 +49,4 @@ binary-indep:
binary: binary-indep
.PHONY: clean binary-indep binary
.PHONY: clean build binary-indep binary