summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/am b/src/bin/am
index 44a091c1c..91ad8dd26 100755
--- a/src/bin/am
+++ b/src/bin/am
@@ -423,14 +423,14 @@ NOTES : ";
}
system("indent -kr -nut $prefix/*.c");
system("rm -f $prefix/*~");
- if (-d "src/core") {
- system("indent -kr -nut src/core/*.c");
- system("rm -f src/core/*~");
- }
- if (-d "src/protocol") {
- system("indent -kr -nut src/protocol/*.c");
- system("rm -f src/protocol/*~");
- }
+# if (-d "src/core") {
+# system("indent -kr -nut src/core/*.c");
+# system("rm -f src/core/*~");
+# }
+# if (-d "src/protocol") {
+# system("indent -kr -nut src/protocol/*.c");
+# system("rm -f src/protocol/*~");
+# }
print "*** Bumping the revision number...\n";
# Re-write the control file