diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -130,13 +130,13 @@ ${LIBHAL_DIR}/libhal.a: .FORCE ${LIBTFM_DIR}/libtfm.a ${SQLITE3_DIR}/libsqlite3.a: .FORCE cd sqlite3; ${MAKE} -schema.h: schema.sql scripts/convert-schema.sed GNUmakefile +schema.h: schema.sql scripts/convert-schema.sed Makefile sed -f scripts/convert-schema.sed <schema.sql >schema.h -attributes.h: attributes.yaml scripts/build-attributes GNUmakefile +attributes.h: attributes.yaml scripts/build-attributes Makefile python scripts/build-attributes attributes.yaml attributes.h -py11/attribute_map.py: attributes.yaml scripts/build-py11-attributes GNUmakefile +py11/attribute_map.py: attributes.yaml scripts/build-py11-attributes Makefile python scripts/build-py11-attributes attributes.yaml py11/attribute_map.py pkcs11.o: pkcs11.c schema.h attributes.h ${LIBS} |