Re: [PATCH] File-Path fix wrong skip count
[p5sagit/p5-mst-13.2.git] / x2p / Makefile.SH
index 30d9dd1..2c0b5c1 100755 (executable)
@@ -103,20 +103,15 @@ lintflags = -phbvxac
 all: $(public) $(private) $(util)
        @echo " "
 
-compile: all
-       $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. $(plextract) -v -log ../compilelog;  
-
 a2p$(EXE_EXT): $(obj) a2p$(OBJ_EXT)
        $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs)
 
 # I now supply a2p.c with the kits, so the following section is
 # used only if you force byacc to run by saying
-# make  run_byacc
-
-check_byacc:
-       @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
+#    make run_byacc
+# byacc 1.8.2 or 1.9 are recommended.
 
-run_byacc:     FORCE check_byacc
+run_byacc:     FORCE
        @ echo Expect many shift/reduce and reduce/reduce conflicts
        $(BYACC) a2p.y
        rm -f a2p.c