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.

11 lines
403 B

  1. --- ./makefile 2007-05-15 22:41:39.000000000 +0200
  2. +++ ./makefile 2007-05-15 22:42:07.000000000 +0200
  3. @@ -13,7 +13,7 @@
  4. ifeq ($(OSTYPE),macos)
  5. CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
  6. else
  7. -CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
  8. +CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
  9. endif
  10. ifeq ($(USE_NETWORK),)
  11. else