Makefile - fixed 'pkg-autopackage' build option (following r4431)

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4470 127b21dd-08f5-0310-b4b7-95ae10353056
master
getafix 2011-03-13 09:06:27 +00:00
parent 128e76cc10
commit 2d1aa63cd4
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ ifeq ($(GNUSTEP_HOST_OS),mingw32)
LIBJS_DBG = deps/Windows-x86-deps/DLLs/js32ECMAv5.dll
DEPS = $(LIBJS)
DEPS_DBG = $(LIBJS_DBG)
else
# define autopackage .apspec file according to the CPU architecture
HOST_ARCH := $(shell echo $(GNUSTEP_HOST_CPU) | sed -e s/i.86/i386/ -e s/amd64/x86_64/ )
ifeq ($(HOST_ARCH),x86_64)
@ -38,7 +38,7 @@ ifeq ($(GNUSTEP_HOST_OS),mingw32)
else
APSPEC_FILE = installers/autopackage/default.x86.apspec
endif
else
DEPS = LIBJS
DEPS_DBG = LIBJS_DBG
endif