diff options
| author | Chris Wedgwood <cw@f00f.org> | 2004-06-30 16:03:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:10 -0700 |
| commit | dc4240e8b621ada294409782128e6d393b622cd1 (patch) | |
| tree | 65fde9b2413bc3103588d762ec2cb4963b36789b /Makefile | |
| parent | da6d44fd6192915ca6b76f5c6ec565109620be4f (diff) | |
| download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
