summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-17 02:29:46 -0400
committerPaul Smith <psmith@gnu.org>2013-05-17 02:29:46 -0400
commite13fbc1f9833f4e3f8bc03ccbe3dbc8b25358eb0 (patch)
treed59d8a6fd1a43f4e985654466a9bd7bd5df8cf46 /dep.h
parent13d6107479b26746fe7a8ae9654f2178230fe6c7 (diff)
downloadmake-e13fbc1f9833f4e3f8bc03ccbe3dbc8b25358eb0.tar.gz
Update source file format: remove TABs, use GNU coding styles.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/dep.h b/dep.h
index 2accc8f7..d1d3bbbf 100644
--- a/dep.h
+++ b/dep.h
@@ -18,11 +18,11 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
These flags are saved in the 'changed' field of each
'struct dep' in the chain returned by 'read_all_makefiles'. */
-#define RM_NO_DEFAULT_GOAL (1 << 0) /* Do not set default goal. */
-#define RM_INCLUDED (1 << 1) /* Search makefile search path. */
-#define RM_DONTCARE (1 << 2) /* No error if it doesn't exist. */
-#define RM_NO_TILDE (1 << 3) /* Don't expand ~ in file name. */
-#define RM_NOFLAG 0
+#define RM_NO_DEFAULT_GOAL (1 << 0) /* Do not set default goal. */
+#define RM_INCLUDED (1 << 1) /* Search makefile search path. */
+#define RM_DONTCARE (1 << 2) /* No error if it doesn't exist. */
+#define RM_NO_TILDE (1 << 3) /* Don't expand ~ in file name. */
+#define RM_NOFLAG 0
/* Structure representing one dependency of a file.
Each struct file's 'deps' points to a chain of these,