diff options
author | Omar Polo <op@omarpolo.com> | 2022-09-10 12:24:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-09-10 12:24:39 +0000 |
commit | 24232204eb43c6b12bdf7dfad526276bd914fadf (patch) | |
tree | 38f1b76d4ac8f056b7b0c9356781b4c2ca9474f4 /Makefile | |
parent | 934f957f297e0bb5e9abf55ed425a18e169f7ae4 (diff) |
update depends
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |