summaryrefslogtreecommitdiff
path: root/minix.cf
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:24 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:24 +0000
commitd7adf2661c07a4fd7fddf3e7926e8ec9046dc708 (patch)
tree06478588d8e10283a03c3ea87575f8222455ea9d /minix.cf
parent56d6b039c20a2c1b88805a7a91a5fca78c298c5f (diff)
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'minix.cf')
-rw-r--r--minix.cf10
1 files changed, 5 insertions, 5 deletions
diff --git a/minix.cf b/minix.cf
index e4f520b..ba101dc 100644
--- a/minix.cf
+++ b/minix.cf
@@ -54,11 +54,11 @@ XCOMM platform: $XFree86: xc/config/cf/minix.cf,v 3.5 1999/07/10 07:24:33 dawes
#define HasPutenv YES /* for xsm */
#ifndef AssembleObject
-#define AssembleObject(flags) $(RM) $@ @@\
- $(CPP) AsmDefines $(DEFINES) $(INCLUDES) flags $*.S | \ @@\
- grep -v '^\#' > $*.i.s @@\
- $(AS) -o $*.o $*.i.s @@\
- $(RM) $*.i.s
+#define AssembleObject(basename,flags) $(RM) $@ @@\
+ $(CPP) AsmDefines $(DEFINES) $(INCLUDES) flags basename.S | \ @@\
+ grep -v '^\#' > basename.i.s @@\
+ $(AS) -o $*.o basename.i.s @@\
+ $(RM) basename.i.s
#endif
#include <xorg.cf>