aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorAlexey Dobriyan <adobriyan@mail.ru>2005-02-28 17:45:14 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:29 -0700
commit67cb76f7d0c76d52588ba6cd24f70ae4e141406c (patch)
tree0e4fb274e65edb1ed357f32419f9841ef5661efc /Makefile
parentdade688f6551856c02a54bb3ed74d2fc9e4b10e0 (diff)
downloadsparse-dev-67cb76f7d0c76d52588ba6cd24f70ae4e141406c.tar.gz
[PATCH] sparse: Makefile trivialities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1dbb54a..3aea7032 100644
--- a/Makefile
+++ b/Makefile
@@ -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)