summarylogtreecommitdiffstats
path: root/0034-Fix-Makefile.common.patch
blob: d2197d7132ff3f34352a9c8253a48b3dfe2cea01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff -u a/src/Makefile.common b/src/Makefile.common.new
--- a/src/Makefile.common
+++ b/src/Makefile.common.new
@@ -68,18 +68,18 @@
 	mv y.tab.c cexp.c
 
 strFill.h: proto.h strTdef.h
-	xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
+	./xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
 		-str_fill -header \
 		> tmpStrFill.h
 	mv -f tmpStrFill.h strFill.h
 
 strTdef.h: proto.h
 	echo > strTdef.h
-	xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
+	./xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
 		-typedefs -enum_name -header \
 		> tmpStrTdef.h
 	mv -f tmpStrTdef.h strTdef.h
-	xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
+	./xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
 		-typedefs -enum_name -header \
 		> tmpStrTdef.h
 	mv -f tmpStrTdef.h strTdef.h
@@ -87,7 +87,7 @@
 enumTxt.c: proto.h strFill.h strTdef.h ../doc/_xrefrc
 	echo "#include \"stdinc.h\"" > enumTxt.c
 	echo "#include \"proto.h\"  /*SBD*/" >> enumTxt.c
-	xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
+	./xref.bs -task_regime_generate $(COMCFLAGS) proto.h \
 		-enum_name -body >> enumTxt.c
 
 #########################################################################

Diff finished.  Sat Sep 15 02:01:11 2018