mirror of https://github.com/CISOfy/lynis.git
Changed building targets
This commit is contained in:
parent
e6598119a6
commit
31066913a1
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
build: build-arch build-indep
|
||||
build-indep: build-stamp
|
||||
build-arch: build-stamp
|
||||
build: build-arch build-indep
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
@ -37,7 +37,6 @@ install: build
|
|||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs CHANGELOG
|
||||
|
@ -54,6 +53,8 @@ binary-indep: build install
|
|||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary-indep: build install
|
||||
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
||||
|
|
Loading…
Reference in New Issue