зеркало из https://github.com/mozilla/pjs.git
Fixing makefiles
This commit is contained in:
Родитель
1a1e021058
Коммит
3ae96f66a5
|
@ -0,0 +1 @@
|
|||
Makefile
|
|
@ -42,6 +42,10 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = skin
|
||||
DIRS = skin/win
|
||||
|
||||
ifeq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
DIRS += skin/unix
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../..
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
Загрузка…
Ссылка в новой задаче