[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/siod/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Tue Dec 16 18:07:01 PST 2003


Changes in directory llvm/test/Programs/MultiSource/Applications/siod:

Makefile updated: 1.1 -> 1.2

---
Log message:

Make sure 'unix' is always defined


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/MultiSource/Applications/siod/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/siod/Makefile:1.1 llvm/test/Programs/MultiSource/Applications/siod/Makefile:1.2
--- llvm/test/Programs/MultiSource/Applications/siod/Makefile:1.1	Fri Oct 17 13:48:45 2003
+++ llvm/test/Programs/MultiSource/Applications/siod/Makefile	Tue Dec 16 18:06:07 2003
@@ -1,7 +1,7 @@
 
 LEVEL = ../../../../..
 PROG     = siod
-CPPFLAGS = -D__USE_MISC -D__USE_GNU -D__USE_SVID -D__USE_XOPEN_EXTENDED -D__USE_XOPEN
+CPPFLAGS = -D__USE_MISC -D__USE_GNU -D__USE_SVID -D__USE_XOPEN_EXTENDED -D__USE_XOPEN -Dunix
 LDFLAGS  = -lm -ldl -lcrypt
 
 RUN_OPTIONS = $(BUILD_SRC_DIR)/test.scm





More information about the llvm-commits mailing list