mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated.
committer: mfx <mfx> 1043776870 +0000
This commit is contained in:
parent
f3970eaed9
commit
8e21c1e965
|
@ -9,8 +9,9 @@ SHELL = /bin/sh
|
|||
.SUFFIXES: .a .c .cpp .exe .lib .o .obj .rc .res .ttp
|
||||
|
||||
|
||||
ifeq ($(srcdir),)
|
||||
srcdir = .
|
||||
top_srcdir = ..
|
||||
endif
|
||||
|
||||
VPATH = $(srcdir)
|
||||
|
||||
|
|
|
@ -30,6 +30,9 @@ endif
|
|||
|
||||
DEBUG = 0
|
||||
|
||||
srcdir = .
|
||||
top_srcdir = ..
|
||||
|
||||
|
||||
##### You should not have to change anything below this line. #####
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ endif
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
top_srcdir = ../..
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
|
||||
# These are the files we want to create.
|
||||
|
|
Loading…
Reference in New Issue
Block a user