0553c375b0
- add USB joystick support - fix order of includes
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
$OpenBSD: patch-src_unix_Makefile,v 1.2 2001/09/30 17:21:52 naddy Exp $
|
|
--- src/unix/Makefile.orig Mon Apr 9 03:03:04 2001
|
|
+++ src/unix/Makefile Sun Sep 30 17:51:42 2001
|
|
@@ -100,7 +100,7 @@ CFLAGS.generic =
|
|
#CFLAGS.aix = -DSYSDEP_DSP_AIX -I/usr/include/UMS -I/usr/lpp/som/include
|
|
|
|
#all cflags
|
|
-MY_CFLAGS = $(CFLAGS) $(CFLAGS.$(ARCH)) -I. -I.. -I../../mess
|
|
+MY_CFLAGS = -I. -I.. -I../../mess $(CFLAGS) $(CFLAGS.$(ARCH))
|
|
|
|
|
|
##############################################################################
|