1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
committer: mfx <mfx> 1043776870 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2003-01-28 18:01:10 +00:00
parent f3970eaed9
commit 8e21c1e965
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -30,6 +30,9 @@ endif
DEBUG = 0
srcdir = .
top_srcdir = ..
##### You should not have to change anything below this line. #####

View File

@ -17,8 +17,8 @@ endif
SHELL = /bin/sh
top_srcdir = ../..
srcdir = .
top_srcdir = ../..
# These are the files we want to create.