--- 1.1271/Makefile     2005-02-26 14:03:29.000000000 +0200
+++ 1.1271-Makefile/Makefile    2005-03-01 03:09:54.000000000 +0200
@@ -12,7 +12,7 @@ AR=ar
 # If building with shared libraries, you might
 # want to add this
 #
-# LDFLAG += -Wl,-rpath,$(BINDIR)
+# LDFLAGS += -Wl,-rpath,$(BINDIR)
 
 PREFIX=$(HOME)
 BINDIR=$(PREFIX)/bin
@@ -61,7 +61,7 @@ test-linearize: test-linearize.o $(LIBS)
        $(CC) $(LDFLAGS) -o $@ $< $(LIBS)
 
 test-sort: test-sort.o $(LIBS)
-       gcc $(LDFLAGS) -o $@ $< $(LIBS)
+       $(CC) $(LDFLAGS) -o $@ $< $(LIBS)
 
 compile: compile.o compile-i386.o $(LIBS)
        $(CC) $(LDFLAGS) -o $@ $< compile-i386.o $(LIBS)
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to