mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
parent
c2cf446820
commit
c1cf4aaeb0
@ -30,11 +30,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
DIRS = public res src stub
|
||||
else
|
||||
DIRS = public res src stub cleanup
|
||||
endif
|
||||
|
||||
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
|
||||
DIRS += wizard/libxpnet
|
||||
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = xpicleanup
|
||||
PROGRAM = xpicleanup$(BIN_SUFFIX)
|
||||
REQUIRES = libreg
|
||||
|
||||
CPPSRCS = \
|
||||
|
Loading…
Reference in New Issue
Block a user