diff options
author | Jeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU> | 2007-12-07 18:54:58 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU> | 2007-12-07 18:54:58 -0800 |
commit | 0ad1c359c5b0be63748f5c630c97be88a8cc92ce (patch) | |
tree | ce9a9f7b0f4b3bb4dc5fe180f6eb38a825f5d6fa /hw/Makefile.am | |
parent | 85ed0bb44011312dfaa9f2dc31642a0f89ec0bd3 (diff) |
Darwin: Use __APPLE__ instead of __DARWIN__
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index abdeabb01..c2b9571b9 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -38,11 +38,11 @@ SUBDIRS = \ $(XORG_SUBDIRS) \ $(XGL_SUBDIRS) \ $(XWIN_SUBDIRS) \ - $(XQUARTZ_SUBDIRS) \ $(XVFB_SUBDIRS) \ $(XNEST_SUBDIRS) \ - $(DMX_SUBDIRS) \ + $(DMX_SUBDIRS) \ $(KDRIVE_SUBDIRS) \ + $(XQUARTZ_SUBDIRS) \ $(XPRINT_SUBDIRS) DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint |