patch-src_supports_bims_Makefile_in 519 B

12345678910111213
  1. $OpenBSD: patch-src_supports_bims_Makefile_in,v 1.3 2005/12/24 13:40:32 espie Exp $
  2. --- src/supports/bims/Makefile.in.orig Sat Dec 24 14:31:08 2005
  3. +++ src/supports/bims/Makefile.in Sat Dec 24 14:31:47 2005
  4. @@ -45,7 +45,7 @@ all: $(LIBNAME)
  5. $(LIBNAME): $(LIBOBJS)
  6. $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
  7. - -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
  8. + $(libbims_la_LDFLAGS)
  9. bims.lo: bims.c bims.h
  10. $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c