]> andersk Git - udis86.git/blobdiff - libudis86/Makefile.am
more updates
[udis86.git] / libudis86 / Makefile.am
index 65ba915654404f1a6184e7a338b3377f75bbb0af..10c50b94a362355dda9c29a1ba2157634d31a552 100644 (file)
@@ -20,14 +20,16 @@ libudis86_la_SOURCES =      itab.c \
 
 libudis86_la_HEADERS = types.h extern.h itab.h
 
+PYTHON = /usr/bin/env python
+
 # DLLs may not contain undefined symbol references.  We have the linker
 # check this explicitly.
 if TARGET_WINDOWS
 libudis86_la_LDFLAGS=-no-undefined -version-info 0:0:0
 endif
 
-itab.c itab.h: ../docs/x86optable.xml opgen.py
-       python ./opgen.py $<
+itab.c itab.h: ../docs/x86/optable.xml opgen.py
+       $(PYTHON) ./opgen.py $<
 
 clean-local:
        rm -rf itab.c itab.h
This page took 0.379336 seconds and 4 git commands to generate.