diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-07-08 13:59:21 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-07-08 14:36:04 -0700 |
| commit | 9071ff739cfd35612abe2d778fd20a3cfce45f2e (patch) | |
| tree | b61995de7592f91eda779a24ddf5facb7999a672 /Makefile | |
| parent | 2c781a125d1bd52f17db77ea02aaf5001409bdc2 (diff) | |
| download | sparse-dev-9071ff739cfd35612abe2d778fd20a3cfce45f2e.tar.gz | |
Make clean depend on clean-check
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ pre-process.h: .c.o: $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $< -clean: +clean: clean-check rm -f *.[oasi] core core.[0-9]* $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc dist: |
