remove debug fprintf
[nedit-bw.git] / parse_c-build-dependencies.patch
blob95bebabaaf9172dc8cbb3d70f5afa61cc3c3d6f2
1 Subject: parse.c: build dependencies
3 ---
5 source/Makefile.dependencies | 3 +--
6 1 file changed, 1 insertion(+), 2 deletions(-)
8 diff --quilt old/source/Makefile.dependencies new/source/Makefile.dependencies
9 --- old/source/Makefile.dependencies
10 +++ new/source/Makefile.dependencies
11 @@ -33,8 +33,6 @@ nedit.o: nedit.c nedit.h textBuf.h file.
12 selection.h tags.h menu.h macro.h server.h window.h interpret.h \
13 rbTree.h parse.h help.h help_topic.h ../util/misc.h \
14 ../util/printUtils.h ../util/fileUtils.h ../util/getfiles.h
15 -parse_noyacc.o: parse_noyacc.c parse.h interpret.h nedit.h textBuf.h \
16 - rbTree.h
17 preferences.o: preferences.c preferences.h nedit.h textBuf.h text.h \
18 search.h window.h userCmds.h highlight.h highlightData.h help.h \
19 help_topic.h regularExp.h smartIndent.h windowTitle.h server.h tags.h \
20 @@ -85,3 +83,4 @@ windowTitle.o: windowTitle.c windowTitle
21 preferences.h help.h help_topic.h ../util/prefFile.h ../util/misc.h \
22 ../util/DialogF.h ../util/utils.h ../util/fileUtils.h \
23 ../util/clearcase.h
24 +parse.c: parse.h textBuf.h nedit.h rbTree.h interpret.h