diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-05 12:15:54 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-05 12:15:54 -0500 |
commit | 5a4ce6c3a3316801b1a484713ab54e101605f7c9 (patch) | |
tree | c4bec1fd20b13301c46ef180f5eff0fa04ed25d6 /src/Makefile | |
parent | 566e3a6454c53cfd1cc4efb680c6f78b73192c36 (diff) | |
download | initscripts-5a4ce6c3a3316801b1a484713ab54e101605f7c9.tar initscripts-5a4ce6c3a3316801b1a484713ab54e101605f7c9.tar.gz initscripts-5a4ce6c3a3316801b1a484713ab54e101605f7c9.tar.bz2 initscripts-5a4ce6c3a3316801b1a484713ab54e101605f7c9.tar.xz initscripts-5a4ce6c3a3316801b1a484713ab54e101605f7c9.zip |
Remove backup files on 'make clean'.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3ae4b3b6..9b984174 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ check: all ./ipcalc-tests clean: - rm -f $(PROGS) *.o + rm -f $(PROGS) *.o *~ install: mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)$(mandir)/man{1,8} $(ROOT)/etc $(ROOT)/lib/udev |