OSDN Git Service

fix make loop bug.
[rec10/rec10-git.git] / tstools / Makefile
index a067cb2..09118d6 100755 (executable)
@@ -8,7 +8,6 @@ DEST = $(PREFIX)/rec10/tstools
 
 all: 
        cd epgdump;make all
-       cd tunerec;make
 clean:
        cd epgdump;make clean
 install: 
@@ -25,10 +24,8 @@ install:
        #cd caption2ass;cp ./Caption.dll $(DEST)/
        #chmod +x $(DEST)/xvfb-run
        cd epgdump;make install
-       cd tunerec;install -m755 ./tunerec /usr/local/bin/
        if [ -f ./neroAacEnc ]; then install -m755 ./neroAacEnc /usr/local/bin/ ;fi
 uninstall:
        rm -rf $(DEST)
        if [ -f /usr/local/bin/neroAacEnc ]; then rm /usr/local/bin/neroAacEnc ;fi
-       rm -rf /usr/local/bin/tunerec
        cd epgdump;make uninstall