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
339 B

  1. --- ./lib/Makefile.orig 2007-06-30 06:39:27.000000000 +0200
  2. +++ ./lib/Makefile 2007-06-30 06:39:43.000000000 +0200
  3. @@ -53,8 +53,8 @@
  4. $(PCILIB): $(OBJS)
  5. rm -f $@
  6. - ar rcs $@ $^
  7. - ranlib $@
  8. + $(AR) rcs $@ $^
  9. + $(RANLIB) $@
  10. access.o: access.c $(INCL)
  11. i386-ports.o: i386-ports.c $(INCL) i386-io-hurd.h i386-io-linux.h i386-io-sunos.h