diff libaf/Makefile @ 12706:51d61721906b

mingw crosscompiling step 1
author faust3
date Sun, 27 Jun 2004 17:54:31 +0000
parents 80973aa180a5
children 81e62cbe57d9
line wrap: on
line diff
--- a/libaf/Makefile	Sun Jun 27 15:47:18 2004 +0000
+++ b/libaf/Makefile	Sun Jun 27 17:54:31 2004 +0000
@@ -8,7 +8,7 @@
 
 CFLAGS  = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
 
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_OS),MINGW32)
 CFLAGS += -D_IO_H_
 endif