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.

33 lines
774 B

  1. diff -Naur libowfat-0.25-orig/GNUmakefile libowfat-0.25/GNUmakefile
  2. --- libowfat-0.25-orig/GNUmakefile 2006-07-16 01:17:01.000000000 +0200
  3. +++ libowfat-0.25/GNUmakefile 2007-07-12 03:16:41.764579693 +0200
  4. @@ -4,7 +4,6 @@
  5. # in /opt/diet, where they are in the default search path for my diet libc
  6. # work but don't conflict with anything there. YMMV.
  7. -prefix=/opt/diet
  8. LIBDIR=${prefix}/lib
  9. INCLUDEDIR=${prefix}/include
  10. MAN3DIR=${prefix}/man/man3
  11. @@ -132,8 +131,8 @@
  12. $(IO_OBJS) $(CDB_OBJS)
  13. libowfat.a: $(ALL_OBJS)
  14. - $(CROSS)ar cr $@ $(ALL_OBJS)
  15. - -$(CROSS)ranlib $@
  16. + $(AR) cr $@ $(ALL_OBJS)
  17. + -$(RANLIB) $@
  18. CFLAGS+=-I.
  19. @@ -141,8 +140,8 @@
  20. $(DIET) $(CC) -c $< $(CFLAGS)
  21. %.a:
  22. - ar cr $@ $^
  23. - -ranlib $@
  24. + $(AR) cr $@ $^
  25. + -$(RANLIB) $@
  26. t.o: iopause.h