summaryrefslogtreecommitdiff
path: root/tools/makepaths
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makepaths')
-rwxr-xr-xtools/makepaths5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/makepaths b/tools/makepaths
index 213dcc0..1665e5d 100755
--- a/tools/makepaths
+++ b/tools/makepaths
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Source$
-# $Author$
-# $Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/tools/RCS/makeconfig,v 1.13 91/03/18 15:36:11 raeburn Exp $
+# $Id$
#
# makepaths script -- generate zephyr_paths.h file on stdout
echo "/* This file is automatically generated. Do not edit it. */"
@@ -14,3 +12,4 @@ fi
if [ x"$HaveHesiod" != x ]; then
echo '#define Z_HaveHesiod'
fi
+exit 0