--- nspr-4.15.old/nspr/config/rules.mk +++ nspr-4.15/nspr/config/rules.mk @@ -113,7 +113,7 @@ ifndef TARGETS ifeq (,$(filter-out WINNT WINCE OS2,$(OS_ARCH))) -TARGETS = $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY) +TARGETS = $(SHARED_LIBRARY) $(IMPORT_LIBRARY) ifdef MOZ_DEBUG_SYMBOLS ifdef MSC_VER ifneq (,$(filter-out 1100 1200,$(MSC_VER))) @@ -122,7 +122,7 @@ endif endif else -TARGETS = $(LIBRARY) $(SHARED_LIBRARY) +TARGETS = $(SHARED_LIBRARY) endif endif --- nspr-4.11.old/nspr/pr/src/misc/Makefile.in +++ nspr-4.11/nspr/pr/src/misc/Makefile.in @@ -51,7 +51,7 @@ DEFINES += -D_NSPR_BUILD_ -RELEASE_BINS = $(srcdir)/compile-et.pl $(srcdir)/prerr.properties +RELEASE_BINS = include $(topsrcdir)/config/rules.mk ==== end of patch ====