File: make-dependencies.patch

package info (click to toggle)
html-xml-utils 7.7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 192; yacc: 125
file content (14 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,10 +131,9 @@
 SUFFIX =		.c:sC .l:sC .y:sC .e:h .h:h
 SUFFIXES =		.1 .e .html
 
-$(EXPORTS): $(cexport_SOURCES)
+$(EXPORTS): cexport
 
 .c.e:
-	$(MAKE) cexport
 	$(top_builddir)/cexport -I. -I$(srcdir) $(CPPFLAGS) -c "@CPP@" <$< >$@
 
 .1.html: