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.

22 lines
686 B

  1. Index: serdisplib-2.01/src/Makefile.in
  2. ===================================================================
  3. --- serdisplib-2.01.orig/src/Makefile.in
  4. +++ serdisplib-2.01/src/Makefile.in
  5. @@ -28,7 +28,7 @@ includedir = @includedir@
  6. datarootdir = @datarootdir@
  7. CC=@CC@
  8. -AR=@AR@ -r
  9. +AR=@AR@
  10. LN_S=@LN_S@
  11. INSTALL=@INSTALL@
  12. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  13. @@ -180,7 +180,7 @@ programs: $(PROGRAMS)
  14. $(LIB_DIR)/$(LIB_STATIC): $(LIB_OBJECTS)
  15. $(top_srcdir)/mkinstalldirs $(top_srcdir)/lib
  16. - $(AR) $(LIB_DIR)/$(LIB_STATIC) $(LIB_OBJECTS)
  17. + $(AR) -r -- $(LIB_DIR)/$(LIB_STATIC) $(LIB_OBJECTS)
  18. $(LIB_DIR)/$(LIB_SHARED): $(LIB_OBJECTS)
  19. $(top_srcdir)/mkinstalldirs $(top_srcdir)/lib