Bah. I'm not fighting with OS/2 again.
git-svn-id: svn://10.0.0.236/trunk@135811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5fa5e0a14c
commit
e64cd8cc6d
@ -111,9 +111,14 @@ libs::
|
||||
$(RM) -rf $(DIST)/sdk/nspr/bin $(DIST)/sdk/nspr/share
|
||||
mv $(DIST)/sdk/nspr/lib $(DIST)/sdk/nspr/bin
|
||||
ifndef DISABLE_DIST_GRE
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
$(NSINSTALL) -D $(GRE_DIST)
|
||||
cp $(DIST)/sdk/nspr/bin/$(LIB_PREFIX)*$(DLL_SUFFIX) $(GRE_DIST)
|
||||
else
|
||||
$(INSTALL) $(DIST)/sdk/nspr/bin/*$(DLL_SUFFIX) $(GRE_DIST)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# we don't use an explicit dependency here because then we would
|
||||
# regenerate nsBuildID.h during the make install phase and that would
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user