You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
690 B

  1. --- a/nspr/config/Makefile.in
  2. +++ b/nspr/config/Makefile.in
  3. @@ -30,7 +30,6 @@ CSRCS = now.c
  4. # This version hasn't been ported for us; the one in mozilla/config has
  5. ifneq ($(OS_ARCH),OS2)
  6. -CSRCS += nsinstall.c
  7. PLSRCS = nfspwd.pl
  8. endif
  9. @@ -84,7 +83,6 @@ else
  10. ifeq (,$(filter-out SYMBIAN WINCE,$(OS_ARCH)))
  11. TARGETS = $(PROGS)
  12. else
  13. -PROGS += $(OBJDIR)/nsinstall$(PROG_SUFFIX)
  14. TARGETS = $(PROGS) $(PLSRCS:.pl=)
  15. endif
  16. endif
  17. @@ -114,6 +112,7 @@ endif
  18. $(OBJDIR)/%$(PROG_SUFFIX): $(OBJDIR)/%.$(OBJ_SUFFIX)
  19. @$(MAKE_OBJDIR)
  20. $(CC) $(XCFLAGS) $< $(LDFLAGS) $(XLDOPTS) $(OUTOPTION)$@
  21. + gcc nsinstall.c -o nsinstall
  22. install:: nspr.m4
  23. $(NSINSTALL) -D $(DESTDIR)$(datadir)/aclocal