mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated.
committer: mfx <mfx> 979756847 +0000
This commit is contained in:
parent
2981596fc3
commit
4d45677160
9
Makefile
9
Makefile
|
@ -1,5 +1,11 @@
|
||||||
# Toplevel Makefile for UPX
|
# Toplevel Makefile for UPX
|
||||||
|
|
||||||
|
SHELL = /bin/sh
|
||||||
|
|
||||||
|
srcdir = .
|
||||||
|
top_srcdir = .
|
||||||
|
|
||||||
|
|
||||||
all mostlyclean clean distclean maintainer-clean:
|
all mostlyclean clean distclean maintainer-clean:
|
||||||
$(MAKE) -C src/stub/util/sstrip $@
|
$(MAKE) -C src/stub/util/sstrip $@
|
||||||
$(MAKE) -C src/stub $@
|
$(MAKE) -C src/stub $@
|
||||||
|
@ -17,7 +23,8 @@ cvs-admin-ko:
|
||||||
cvs update
|
cvs update
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
perl scripts/cvs2cl.pl --utc -f ChangeLog.cvs
|
perl $(srcdir)/scripts/cvs2cl.pl --utc -f ChangeLog.cvs
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all mostlyclean clean distclean maintainer-clean
|
.PHONY: all mostlyclean clean distclean maintainer-clean
|
||||||
.PHONY: dist cvs-admin-ko ChangeLog
|
.PHONY: dist cvs-admin-ko ChangeLog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user