aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorChris Wedgwood <cw@f00f.org>2004-06-30 16:03:50 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:10 -0700
commitdc4240e8b621ada294409782128e6d393b622cd1 (patch)
tree65fde9b2413bc3103588d762ec2cb4963b36789b /Makefile
parentda6d44fd6192915ca6b76f5c6ec565109620be4f (diff)
downloadsparse-dev-dc4240e8b621ada294409782128e6d393b622cd1.tar.gz
[PATCH] small sparse additions
Three small hunks: - new builtin used on ia64 (__builtin_ffs()) - new attribute on ia64 (syscall_linkage) - drop the -C from the install line, most people have a recent install which dosn't have this...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9b6211f..3cfe1d4d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ all: $(PROGRAMS)
# "The better to keep you on your toes, my dear".
#
install: check
- install -C check $(PREFIX)/bin/sparse
+ if test $< -nt $(PREFIX)/bin/sparse ; then install -sv $< $(PREFIX)/bin/sparse ; fi
test-lexing: test-lexing.o $(LIB_FILE)
gcc $(LDFLAGS) -o $@ $< $(LIBS)