[llvm-commits] CVS: llvm-test/Makefile.f2c

Brian Gaeke gaeke at persephone.cs.uiuc.edu
Fri Oct 15 13:45:41 PDT 2004



Changes in directory llvm-test:

Makefile.f2c updated: 1.2 -> 1.3
---
Log message:

No space is allowed betweeen -L and the directory name.


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

Index: llvm-test/Makefile.f2c
diff -u llvm-test/Makefile.f2c:1.2 llvm-test/Makefile.f2c:1.3
--- llvm-test/Makefile.f2c:1.2	Thu Oct  7 12:20:59 2004
+++ llvm-test/Makefile.f2c	Fri Oct 15 15:45:18 2004
@@ -30,6 +30,6 @@
 %.c: %.f
 	$(F2C) $< >& /dev/null
 	
-CPPFLAGS = -I $(F2C_INC) 
-LDFLAGS += -L $(F2C_LIB) -lf2c
+CPPFLAGS = -I$(F2C_INC) 
+LDFLAGS += -L$(F2C_LIB) -lf2c
 






More information about the llvm-commits mailing list