aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/make.c b/miscutils/make.c
index bf1cfe226..7316408bf 100644
--- a/miscutils/make.c
+++ b/miscutils/make.c
@@ -1850,7 +1850,7 @@ target_type(char *s)
1850 T_SPECIAL, 1850 T_SPECIAL,
1851 T_SPECIAL, 1851 T_SPECIAL,
1852 T_SPECIAL | T_NOPREREQ, 1852 T_SPECIAL | T_NOPREREQ,
1853 T_SPECIAL, 1853 T_SPECIAL | T_NOPREREQ,
1854 T_SPECIAL, 1854 T_SPECIAL,
1855 }; 1855 };
1856 1856