From: Peter Johnson Date: Sat, 3 Aug 2002 03:40:51 +0000 (-0000) Subject: Remove .re.c suffix rule. In GNU make, this doesn't work as intended (instead X-Git-Tag: v0.2.0~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2098bc229c0011ce75fe8ef935d1e05d13a8ff0a;p=yasm Remove .re.c suffix rule. In GNU make, this doesn't work as intended (instead of making all .re -> .c builds require re2c (as a suffix rule), it instead sees it as a rule to build ".re.c"). Oddly enough, in BSD make this works perfectly. svn path=/trunk/yasm/; revision=658 --- diff --git a/Makefile.am b/Makefile.am index 7a409f23..4c95259e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,3 @@ EXTRA_DIST += \ Mkfiles/Makefile.vc Mkfiles/vc/config.h ACLOCAL_AMFLAGS = -I m4 - -SUFFIXES = .re -.re.c: tools/re2c/re2c$(EXEEXT) - tools/re2c/re2c -b $< | tools/re2c/cleanup.pl > $@