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
0.3
Peter Johnson 23 years ago
parent 3af9a80722
commit 2098bc229c
  1. 4
      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 > $@

Loading…
Cancel
Save