Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8f9b6b

Browse files
committed
make clean should remove lex.yy.c
1 parentc96add9 commite8f9b6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ preproc.c preproc.h: preproc.y
2020
mv y.tab.h preproc.h
2121

2222
clean:
23-
rm -f*.o core a.out ecpg$(X)*~*.output*.tab.?
23+
rm -f*.o core a.out ecpg$(X)*~*.output
24+
# And the garbage that might have been left behind by partial build:
25+
rm -f y.tab.c y.tab.h lex.yy.c
26+
# make clean does not remove preproc.c, preproc.h, pgc.c since we want
27+
# to ship those files in the distribution, for people with inadequate tools.
2428

2529
install: all
2630
$(INSTALL)$(INSTL_EXE_OPTS) ecpg$(X)$(DESTDIR)$(BINDIR)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp