aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-09-10 12:24:39 +0000
committerOmar Polo <op@omarpolo.com>2022-09-10 12:24:39 +0000
commit24232204eb43c6b12bdf7dfad526276bd914fadf (patch)
tree38f1b76d4ac8f056b7b0c9356781b4c2ca9474f4 /Makefile
parent934f957f297e0bb5e9abf55ed425a18e169f7ae4 (diff)
update depends
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3812d9..b8ee92b 100644
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,8 @@ uninstall:
${CC} ${CFLAGS} -c $< -o $@
depend: config.h y.tab.c
- mkdep -f Makefile.tmp1 ${CFLAGS} ${GMID_SRCS} ${GG_SRCS} ${COBJSx:.o=.c}
+ mkdep -f Makefile.tmp1 ${CFLAGS} ${GE_SRCS} ${GG_SRCS} ${GMID_SRCS} \
+ ${COBJSx:.o=.c}
perl -e 'undef $$/; $$_ = <>; s|/usr/include/\S+||g; \
s|\\\n||g; s| +| |g; s| $$||mg; print;' \
Makefile.tmp1 > Makefile.tmp2