aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuytenh <buytenh>2002-01-16 11:52:47 +0000
committerbuytenh <buytenh>2002-01-16 11:52:47 +0000
commit56bcc85a5c1f6fbe44fcb1c88b27579d9354f171 (patch)
tree3437b637a6e9c717b58932157c7dfc8a802cc4e3
parentfd5d91267a7ddd121455eb34d25853ec85cb6a4b (diff)
downloadbridge-utils-56bcc85a5c1f6fbe44fcb1c88b27579d9354f171.tar.gz
Get rid of rcsclean and rm -f *~ shit.
-rw-r--r--Makefile2
-rw-r--r--misc/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b758eda..0b0c3d2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,6 @@ clean:
make -C doc clean
make -C libbridge clean
make -C misc clean
- rcsclean *
- rm -f *~
brctl/brctl: brctl/brctl.c brctl/brctl.h brctl/brctl_cmd.c brctl/brctl_disp.c libbridge/libbridge.a libbridge/libbridge.h
make -C brctl
diff --git a/misc/Makefile b/misc/Makefile
index e05bfe3..1bcebec 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -4,8 +4,6 @@ CFLAGS=-Wall -g
all: bidi
clean:
- rcsclean *
- rm -f *~
rm -f bidi
bidi: bidi.c