mirror of the now-defunct rocklinux.org
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.

13 lines
337 B

  1. --- ./Makefile.orig 2004-06-25 18:54:11.879375160 +0200
  2. +++ ./Makefile 2004-06-25 18:52:36.304904688 +0200
  3. @@ -121,8 +121,8 @@
  4. # Compilation of the static library
  5. $(STATIC): $(OBJS)
  6. $(RM) $@
  7. - ar cru $@ $^
  8. - ranlib $@
  9. + $(AR) cru $@ $^
  10. + $(RANLIB) $@
  11. # So crude but so effective ;-)
  12. # Less crude thanks to many contributions ;-)