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.

27 lines
740 B

  1. --- libowfat-0.19.2.orig/GNUmakefile 2004-03-27 20:49:35.000000000 -0500
  2. +++ libowfat-0.19.2/GNUmakefile 2004-05-11 00:16:53.000000000 -0400
  3. @@ -23,24 +23,6 @@
  4. CFLAGS=-pipe -Wall -g
  5. endif
  6. path = $(subst :, ,$(PATH))
  7. -diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
  8. -ifeq ($(strip $(diet_path)),)
  9. -ifneq ($(wildcard /opt/diet/bin/diet),)
  10. -DIET=/opt/diet/bin/diet
  11. -else
  12. -DIET=
  13. -endif
  14. -else
  15. -DIET:=$(strip $(diet_path))
  16. -endif
  17. -
  18. -ifneq ($(DIET),)
  19. -ifneq ($(DEBUG),1)
  20. -DIET+=-Os
  21. -endif
  22. -endif
  23. -# to build without diet libc support, use $ make DIET=
  24. -# see http://www.fefe.de/dietlibc/ for details about the diet libc
  25. VPATH=str:byte:fmt:scan:uint:open:stralloc:unix:socket:buffer:mmap:textcode:taia:tai:dns:case:array:mult:io